Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>read</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson