back2basic
Registered User.
- Local time
- Today, 13:57
- Joined
- Feb 19, 2013
- Messages
- 113
Hello, my form is opened in "add" mode using a switchboard. The first field of the form calls a VB Sub which makes some necessary changes (based on user responses) in some foreign tables.
If the user "escapes" while entering data in the 2nd or 3rd fields, of course after the VB module has closed in first field, I need to catch it and execute code to reverse the changes made.
On error does not work. Anyone know how to execute code on an escape?
If the user "escapes" while entering data in the 2nd or 3rd fields, of course after the VB module has closed in first field, I need to catch it and execute code to reverse the changes made.
On error does not work. Anyone know how to execute code on an escape?