Xbasic
{STARTUP}
Syntax
{STARTUP= Event }
Arguments
- Event
Character. The name of an event to fire at startup.
Description
The {STARTUP} command defines an event to fire when the Xdialog is loaded.
Example
ui_dlg_box( "Examiner" , <<%dlg%
{startup=change}
{region}
...
%dlg% , <<%code%
if a_dlg_button = "change" then
a_dlg_button = ""
...Limitations
Desktop applications only
See Also