Chapter Contents

Previous

Next
Radio Box: _isActive

Radio Box: _isActive



Returns the number of the currently selected radio button


Syntax
Details
Example

Syntax

CALL NOTIFY (radio-box-name, '_isActive', button-number);

Argument Type Description
button-number
N returns the number of the selected button


Details

_isActive returns the active button number even if the specified button is grayed.


Example

_isActive assigns the number of the selected button in RBOX1 to the variable BUTTON:

   call notify('rbox1','_is_active_',button);
   _msg_ = 'The active button is: ' || button;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.