<< Click to Display Table of Contents >>
OnShow |
OnShow()
This event occurs in the exact instant that a Screen is displayed. Use the OnPreShow event to perform any operation before displaying that Screen. Example:
Sub MainScreen_OnShow()
MsgBox "Welcome to the system!"
End Sub