MNTCON RADIO_BUTTON_EMIT_TEXT
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.
Send FOCINDEX From a Radio Button Web Link Event
Use the following statement in the server profile file (edasprof.prf) or in individual user profiles:
MNTCON RADIO_BUTTON_EMIT_TEXT {ON|OFF}
where:
ON
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.
OFF
Indicates that FOCINDEX will be used.