The Option Box Options Dialog

The Option Box Options dialog can be displayed by clicking on the Options... push button in the Edit Option Box dialog. This dialog presents additional attributes of an option box, primarily related to dynamic behavior. The dialog consists of one section, Callback Events.

Callback Events Section

This section presents the different callback events which the option buttons owned by the option box can be made to respond to.

Got Focus

If this field is checked, the option buttons owned by the option box respond to a "GotFocus" event and terminate a FORM INPUT command. A "GotFocus" event occurs when one of the option buttons owned by the option box receives the input focus, by a mouse click, tabbing or an accelerator key. After the FORM INPUT command terminates, the event vector Event is populated as follows: Event.EventName contains the string "GotFocus", Event.EventType contains the string "FormField", and Event.EventTag contains the Field Tag value associated with the option box or if blank, the option box's Field Name.

Lost Focus (Always)

If this field is checked, the option buttons owned by the option box respond to a "Lost Focus (Always)" event and terminate a FORM INPUT command. A "Lost Focus (Always)" event occurs when one of the option buttons owned by the option box loses the input focus, by a mouse click, tabbing or an accelerator key. After the FORM INPUT command terminates, the event vector Event is populated as follows: Event.EventName contains the string "LostFocus", Event.EventType contains the string "FormField", and Event.EventTag contains the Field Tag value associated with the option box or if blank, the option box's Field Name.

Lost Focus (Modified)

If this field is checked, the option buttons owned by the option box  respond to a "Lost Focus (Modified)" event and terminate a FORM INPUT command. A "Lost Focus (Modified)" event occurs when one of the option buttons owned by the option box is modified and loses the input focus, by a mouse click, tabbing or an accelerator key. After the FORM INPUT command terminates, the event vector Event is populated as follows: Event.EventName contains the string "LostFocusModified", Event.EventType contains the string "FormField", and Event.EventTag contains the Field Tag value associated with the option box or if blank, the option box's Field Name.

Modified

If this field is checked, the option buttons owned by the option box respond to a "Modified" event and terminate a FORM INPUT command. A "Modified" event occurs when one of the option buttons owned by the option box is modified. After the FORM INPUT command terminates, the event vector Event is populated as follows: Event.EventName contains the string "Modified", Event.EventType contains the string "FormField", and Event.EventTag contains the Field Tag value associated with the option box or if blank, the option box's Field Name.

Dialog Push Buttons

Close

This push button performs any required data validation, records (but does not commit) any changes which were made in this dialog, and returns to the Edit Option Box dialog.

Cancel

This push button discards any changes which were made in this dialog and returns to the Edit Option Box dialog.

Help

This push button invokes the Zim Help facility, initially displaying the section entitled Option Box Options dialog (this section).