Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Esc Key with combobox
Message
From
28/12/2000 08:14:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Esc Key with combobox
Miscellaneous
Thread ID:
00457280
Message ID:
00457280
Views:
57
Hi all. 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