Previous Page | Next Page

The PMENU Procedure

RADIOBOX Statement


Defines a box that contains mutually exclusive choices within a dialog box.
Restriction: Must be used after a DIALOG statement.
Restriction: Must be followed by one or more RBUTTON statements.
Featured in: Creating a Dialog Box to Search Multiple Variables

RADIOBOX DEFAULT=button-number;


Required Arguments

DEFAULT=button-number

indicates which radio button is the default.

Default: 1

Details

The RADIOBOX statement indicates the beginning of a list of selections. Immediately after the RADIOBOX statement, you must list an RBUTTON statement for each of the selections the user can make. When the user makes a choice, the text value that is associated with the selection is inserted into the command string of the previous DIALOG statement at field locations prefixed by a percent sign (%).

Previous Page | Next Page | Top of Page