TimerEnabled
This command will enable / disable the ‘Form_OnTimer’ event within the client session. It is a good idea to always disable the application level timer event when exiting the application. Use the Form_Unload event or just before any App.CallForm command.
Group: Application-Based Extension
Note: see the Mobile Development Studio sample ‘FieldService’ VBA script for an example.
Syntax: App.TimerEnabled = bValue
Alternate: bValue = App.TimerEnabled
bValue (Boolean) is the state of the timer event. Set to ‘True’ to enable timer functions.
Example:
See TimerInterval.
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.