guides:o4w:o4w_api:o4wmarkedstyle

O4WMarkedStyle routine

(Deprecated in O4W 1.1) Sets the "marked" flag for various controls.

O4WMarkedStyle(stylename, bIsMarked, markedItems)

The function has the following parameters:

ParameterDescription
stylenameThe name of the style.
bIsMarkedBoolean.
markedItemsA delimited list of values that should be marked as selected. The list may be @fm, @vm or @svm delimited.

The following table details the controls and boolean settings for the marked styles.

ControlTrueFalse
ButtonWhen set to true, the button is marked as SUBMIT buttonWhen set to false, the button is marked as a non-SUBMIT button.
SectionWhen set to true, the section is marked as containing a form for submission to the host.When set to false, the section is marked as not containing a form.
Checkbox
Select List
Radio Button
When set to true, the specified control is checked or selected.When set to false, the specified control is not checked or selected.

O4WMarkedOptions routine is the replacement for this deprecated routine.

O4WMarkedOptions routine.

  • guides/o4w/o4w_api/o4wmarkedstyle.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1