OnShow

<< 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. The next script contains an example of using this event.

Sub MainScreen_OnShow()
  MsgBox "Welcome to the system!"
End Sub

Was this page useful?