SyncPreview
PowerScript event
Description
Returns generated dbmlsync command arguments immediately prior to
launching the synchronization process.
Event ID
|
Event ID |
Objects |
|---|---|
|
None |
MLSynchronization, MLSync |
Arguments
|
Argument |
Description |
|---|---|
|
command_args |
String passed by reference that includes dbmlsync |
Return Values
None
Usage
Use this event to receive and display dbmlsync command line
arguments. The event is called by the Synchronize function just before it
launches dbmlsync. The generated command arguments for dbmlsync are passed
by reference in the command_args string. You can change the command_args
string with PowerScript code or with the debugger. If command_args are
changed, the Synchronize function will use the new argument string.
See also