Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lastkey does not work
Message
From
13/05/2005 20:34:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Lastkey does not work
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014130
Message ID:
01014130
Views:
66
Dear Experts

On form1 I have pagefrmae1. On keypress event of Form1 I have following codes
If lastkey()=27 and thisform.pageframe1.visible=.t. && first condition
thisform.pageframe1.visible=.f.
endif

If lastkey()=27 and thisform.pageframe1.visible=.f. && second condition
release thisform
endif
In first condition, if I press ESC while thisform.pageframe1.visible=.t.
then form releases instead of thisform.pageframe1.visible=.f.

I want when I press ESC key it check the visibility of pageframe1.
If pageframe1 is visible then pageframe1 must be visible=.f.
Otherwise Form1 should release.

Please help
Next
Reply
Map
View

Click here to load this message in the networking platform