Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twPrompt( nRow, nCol, _wPrompt, _wMessage )
 ----------------------------------------------------------------------------
     Displays a MENU PROMPT at specified relative window coordinates.
     In this version, the user is responsible for management of the
     MESSAGE option in the normal manner used by Clipper. We may write
     a replacement for Clipper's _atprompt() at a later date. MENU TO
     and case processing is handled by the user.

     See twMenuTo() for a substitute.

       Arguments:

     The first THREE parameters MUST BE PASSED to use this function.

     nRow, nCol - 'N' Relative Window Coordinates.

     _wPrompt   - 'C' Prompt String.

     _wMessage  - 'C' Message String. At present, messages will be
                      processed by Clipper, which means, of course,
                      that window integrity will be violated if you use
                      them, unless you define a window just to hold
                      your menu messages and twPop() it after getting
                      the choice.

       Return:

     Current window handle.

       Example:

     twPrompt( 4, 6, "Choice 1", "Try This First")

     "Try This First" appears in your SET MESSAGE TO location, if you
     have one set.

See Also: twPopMenu() twPopChoice() twMenuTo()

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