EnableDisableLocalCheckoutModeIntegrityCheckOnLoad

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > PDMSystem >

EnableDisableLocalCheckoutModeIntegrityCheckOnLoad

available from build: 20081028

Description

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

Syntax

call DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad check")

Parameters

check

0: disable the check
1: enable the check

Example

...

DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad 0")
...
DBWShell("EnableDisableLocalCheckoutModeIntegrityCheckOnLoad 1")
...