Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>set escape</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET ESCAPE
 Toggle Esc as a READ exit key
------------------------------------------------------------------------------
 Syntax

     SET ESCAPE ON | off | <xlToggle>

 Arguments

     ON enables Esc as a as a READ exit key.

     OFF disables Esc as a READ exit key.

     <xlToggle> is a logical expression that must be enclosed in
     parentheses.  A value of true (.T.) is the same as ON, and a value of
     false (.F.) is the same as OFF.

 Description

     If SET ESCAPE is ON, Esc terminates the current READ.  Any changes made
     to the current Get object are lost, and validation with RANGE or VALID
     is bypassed.  When SET ESCAPE is OFF and the user presses Esc, the key
     press is ignored.  With SET KEY, however, you can reassign Esc for
     special handling, regardless of the status of SET ESCAPE.

 Files:  Library is CLIPPER.LIB.

See Also: READ READEXIT() SET KEY SETCANCEL() SETKEY()

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