App.LogOn and App.LogOff
The LogOn and LogOff functions are application functions and are used to prompt the user to log on or log off the current user.
Syntax |
App.LogOn ( ) App.LogOff ( ) |
Description |
The LogOn application function displays the Log On Window, prompting the user to log on via their User account. Once the user has logged on, they will remain logged on until they log off or until another user logs on via the same client. The LogOff application function logs off the current user. |
Arguments |
None. |
Returns |
None. |
Example 1:
App.LogOn
Example: 2
App.LogOff