Applies to
MLSynchronization and MLSync objects
Description
Specifies the name of a progress or status window used by the MobiLink synchronization application.
Usage
The MobiLink wizard generates a progress window that you can modify and use with all your MobiLink applications.
At design time, you can enter a value for ProgressWindowName on the Logging tab of the Properties view for an MLSync object. The progress window displays during synchronization only if the UseWindow property is set to true.
In scripts
You can change the progress window name in script as follows:
mySync_1.progresswindowname = & "w_mycustomized_progress_window"