Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lastkey does not work
Message
 
 
To
13/05/2005 21:13:56
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014130
Message ID:
01014138
Views:
16
It should unless something else intersepts ESC key and releases the form. Fire Debugger to see if Kepress of the form is even called.

>
>I pasted your following codes on keypress event of form
>
>DO CASE
>CASE nKeyCode = 27 AND thisform.pageframe1.visible
>  thisform.pageframe1.visible = .F.
>CASE nKeyCode = 27 AND NOT thisform.pageframe1.visible
>  Thisform.Release()
>ENDCASE
>
>
>But in the both cases it release the FORM1. First case still does not work.
>Please help again
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform