Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lastkey does not work
Message
From
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:
01014136
Views:
19
Dear Sir

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform