PMENU Procedure

RADIOBOX Statement

Defines a box that contains mutually exclusive choices within a dialog box.
Restrictions: Must be used after a DIALOG statement.

Must be followed by one or more RBUTTON statements.

Creating a Dialog Box to Search Multiple Variables

Syntax

Required Argument

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 (%).