Description
The event fired when dialogs and pages are displayed.
Syntax
Private Sub object_Show(Dialog, Page)
The Show Event syntax has these parts:
Remarks
This event is fired with a NULL Page when a Dialog is displayed, then for each Page when the Page is displayed.
|