[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            PLSWAIT()
Action              Pops up a 'Please Wait' window or removes it
Returns
Category            Popup
Syntax              PLSWAIT(<expL>,[expC],[expN1..expN4])
Description         Pops up a window with a 'please wait' message
                    or removes a previous 'please wait' window.
                    <expL> True = popup window. <expL> False means
                    remove window.
Options             [expC] - message. Default is 'Please wait...'
                    [expN1..expN4] box coordinates. Defaults are
                    10,20,12,60 (top,left,bottom,right)
Examples
                    PLSWAIT(.T.,"I'm thinking...")
                    ...code...
                    ...code...
                    ...code...
                    PLSWAIT(.F.)

Notes               Makes public the variables :
                    pls_top,pls_left,pls_bot,pls_right,pl_wait
                    And releases them when called with .f.


Found in (prg)......S_PLSW.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson