Radio Button Group

Subprogram Name Source Name Executable Example Viewable Example

H3-RADIO-GROUP

H3RBGROU

E3RBGROU

E3RBGROU

Description

Creates a radio button group. The group can be formatted inside a table.

Appearance

<INPUT TYPE="RADIO" NAME="string">

Supported Attributes

VALUE="string", CHECKED

Parameters
1 H3ARRAYCOUNT (I4)              /* i /m : Number of group elements
1 H3NAME       (A) DYNAMIC       /* i /m : Name of the group variable
1 H3ARRAYVALUE (A/1:V) DYNAMIC   /* i /M : Default value of the group
*                                /*        variable
1 H3ARRAYLABEL (A/1:V)           /* i /mH: Label of the group element 
1 H3ISCHECKED  (I4)              /* i /M : Number of default selected
*                                /*        button
1 H3LINEBREAK  (L)               /* i /M : Set line breaks between
*                                /*        buttons
1 H3ROW        (N4)              /* i /m : Set number of rows for tables
1 H3COLUMN     (N4)              /* i /m : Set number of columns for
*                                /*        tables
How To Invoke
PERFORM H3-RADIO-GROUP H3ARRAYCOUNT H3NAME H3ARRAYVALUE(*)
       H3ARRAYLABEL(*) H3ISCHECKED H3LINEBREAK H3ROW H3COLUMN