Using a Script to Display a Log On/Log Off Window
You can use a script to access the Log On or Log Off window.
The script to display the Log On or Log Off window is App.LogOn or App.LogOff.
Example: 1
Public Function LogOnSys
App.LogOn
End Function
Example: 2
Public Function LogOffSys
App.LogOff
End Function