[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
READ
New characteristics of the READ command over Radio Buttons
Syntax:
@ nRow, nCol SAY cMens GET
[ WHEN Prevalid ]
[ VALID PostValid ]
[ COLOR cColor ]
WITH RADIOBUTTONS aOptions
[ NOBOX ]
[ DOUBLE ]
[ HORIZONTAL ]
Description:
Now you can create beautiful radio buttons adapted to the
CUAWise normative with the commands GET/READ.
With the option WITH RADIOBUTTONS the options of the Radio Button
has have are specificated.
With the option NOBOX is specificate not to draw the box, null will
draw it. With the option double the box will be of double line.
Null is simple.
With the option HORIZONTAL the radio Button will organize in
horizontal, null will be vertical.
Return:
Not available.
Example:
@ 4,5 SAY "Get Normal 1:" GET cGet1
@ 6,5 SAY "Clipper Lib" GET nChoice1 ;
COLOR "R/B" ;
WITH RADIOBUTTONS { "1 Opc", "2 No buton`s", "3 Opc" }
@ 6,40 SAY "Fast Library" GET nChoice2 WHEN nChoice1 != 2 ;
COLOR "W/N" ;
WITH RADIOBUTTONS { "1 Adios", "2 Agur", "3 Bye bye" }
@ 7,60 GET nChoice3 ;
COLOR "GR+/B" ;
WITH RADIOBUTTONS { "1 Quick", "3 Simple", "4 Beautifull" } ;
NOBOX
@ 12,5 SAY "Get Normal 2:" GET cGet2
@ 17,5 SAY "Buton`s 4:" GET nChoice4 ;
COLOR "R+/W" ;
WITH RADIOBUTTONS { "1 Opction", "2 Opction", "3 Opction" } ;
DOUBLE ;
HORIZONTAL
READ
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson