Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pressing K_ESC fired the VALID?
Message
From
22/10/1998 21:13:31
 
 
To
21/10/1998 22:32:06
Man Wai Chang
Hang Hing Metal Manufacturer
Hung Hom, Hong Kong
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00149211
Message ID:
00149680
Views:
17
>I suppose pressing K_ESC (chr(27)) during a READ will ends
>the read WITHOUT firing the VALID functions of the GETs.
>But lately, I found that wasn't the case in my screens,
>notably those generated by GENSCREEN. The VALID functions
>were fired even if I pressed K_ESC (during a READ CYCLE).
>
>I couldn't reproduce the adnormal behaviour if I wrote
>a simple program, like this one:
>
> * main()
> m.xx = 0
> @05,05 get m.xx valid v_xx()
> read cycle
> return
>
> function v_xx
> wait window "haha"
> return .t.
>
>Have you ever heard of this adnormaly? For the meantime,
>I need to insert codes to check for K_ESC in all VALID
>functions.

In the Valid, put:

IF LASTKEY() = 27
* Escape pressed
RETURN .T.
ELSE
* Validate the data
ENDIF
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform