Is it possible to register an event handler with the Entering and Exiting events on a text field?I’ve gotten it to work with the other UI events (queryopen,postopen etc), but I get an error message “Type mismatch”
here is the offending code:
“On Event Exiting From ihInvoice_No Call exiting_ihInvoice_No”
exiting_ihInvoice_No is sub, defined in the globals area of the form.
I get the same “Type Mismatch” error. The idea is to include events for entry and exit events on fields without having to modify the event entry on the field itself.That way I could write code in an external object to be called when the appropriate event fires.