Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Esc key with combobox ???
Message
From
28/12/2000 23:40:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Esc key with combobox ???
Miscellaneous
Thread ID:
00457668
Message ID:
00457668
Views:
57
Hi all. I have posted following problem yesterday but haven't got any satisfactory reply yet. can anyone please help?

I close my form when user hits "esc" key. but because of that i have following problem.
i.e. use clicks on combobox , which will populate drop down list . and then if user hits "esc" it closes the whole form. but instead it should close the dropdown and return focus to combobox. (which is combobox's default behaviour also)

For your knowledge , I have kept the form's Keypreview property .T. I also have property called "lreleaseonEsc" . I have following code in form's keypress event.

If Thisform.lReleaseOnEsc and nKeyCode = 27
thisform.releaseform() &&check for unsaved data before closing form
endif

Please let me know if anyone has idea what to do to solve problem?

Thanks in advance

Mark
Next
Reply
Map
View

Click here to load this message in the networking platform