How to: |
When using a web link event for a radio button control, the selected item is passed as a text value. To send FOCINDEX instead of a text value, use MNTCON RADIO_BUTTON_EMIT_TEXT.
This command is outside the Maintain language, but is described in this chapter for your convenience.
Use the following statement in the server profile file (edasprof.prf) or in individual user profiles:
MNTCON RADIO_BUTTON_EMIT_TEXT {ON|OFF}
where:
Indicates that the text value of the selected item of a radio button will be passed in a web link event. ON is the default value.
Indicates that FOCINDEX will be used.