Open Edit Dialogs

From Software Product Documentation
Revision as of 15:19, 16 September 2016 by Wikisysop (talk | contribs) (Created page with "This command will open the the "All Events" interface and "Create Events" interface if command is TRUE. If SHOW_CREATE_EVENTS_DIALOG = TRUE, the command CREATE_EVENT_LIST ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command will open the the "All Events" interface and "Create Events" interface if command is TRUE.

If SHOW_CREATE_EVENTS_DIALOG = TRUE, the command CREATE_EVENT_LIST can be populated to add additional events to the event list. Similarly, CLEAR_EXISTING_EVENT_LIST will remove chosen events.

Open Edit Dialogs
! /SHOW_ALL_EVENTS_DIALOG=FALSE
! /SHOW_CREATE_EVENTS_DIALOG=FALSE
! /CREATE_EVENT_LIST=
! /CLEAR_EXISTING_EVENT_LIST=FALSE


Example 1

Open Edit Dialogs
/SHOW_ALL_EVENTS_DIALOG=TRUE
! /SHOW_CREATE_EVENTS_DIALOG=FALSE
! /CREATE_EVENT_LIST=
! /CLEAR_EXISTING_EVENT_LIST=FALSE




Example 2

Open Edit Dialogs
! /SHOW_ALL_EVENTS_DIALOG=FALSE
/SHOW_CREATE_EVENTS_DIALOG=TRUE
/CREATE_EVENT_LIST=RHS+RTOE
! /CLEAR_EXISTING_EVENT_LIST=FALSE



Retrieved from ""