|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem > EnableDisableLocalCheckoutModeIntegrityCheckOnLoad |
available from build: 20081028 |
This command controls whether DBWorks must check or not check for any out-of-synch document loaded in memory when running with the Local Checkout Mode.
The command is useful only for temporarily disabling the out-of-synch check in scripts that can manage the file movements in a custom way
call DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad check")
check |
0: disable the check |
...
DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad 0")
...
DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad 1")
...