Chapter Contents |
Previous |
Next |
ISACTIVE |
Category: | Control or Field |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
station=ISACTIVE(var-name<,row>); |
>0 | the number of the button or station that is active |
0 | no button or station is active |
Type: Numeric
Type: Character
Type: Numeric
Details |
You cannot use ISACTIVE in FSEDIT or FSVIEW programs.
Window controls can also use the _isActive method.
Example |
Suppose your application has a radio box
named HOBBY in which the third button displays the value TENNIS
. Branch to an appropriate program when a user selects the TENNIS
station
(either by pressing ENTER or by clicking the
mouse button).
if (isactive('hobby')=3) then call display('tennis.frame');
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.