Opens the offline data dialog.
App.WorkOffline
Newlook Smartclient only.
Obsolete from Version 11.0 onwards. Some older solutions may contain instances of this method. Run the compatibility report to identify any use of this method and remove it from your solution.
Use this method if you wish to open the Offline Data window so that users can enter previously recorded offline data into a live application, review recorded data or record offline data. Calling this method is the equivalent of the user selecting File | Work Offline... in Smartclient.
Offline Data window
This method is not supported in the runtime client as the Work Offline tool is not available in that client. You will need to test any scripts using this method with Smartclient.
This method does not accept any arguments.
No return value.
The following example will open the work offline window. VB SCRIPTSub OpenWorkOffline 'Open the work offline window App.WorkOffline End Sub
JSCRIPTfunction WorkOffline() { App.WorkOffline; } |
Offline Data
© 2004-2021 looksoftware. All rights reserved.