DaveMere
Registered User.
- Local time
- Today, 16:34
- Joined
- Sep 18, 2002
- Messages
- 63
I'm working on a form which has two text boxes, the data in which must be checked against a list to see if their entry is permitted. I've set up a procedure called by the LostFocus events of both text boxes that runs a query based on the information in the text boxes, checking against this list.
The problem is that to capture the data from the text boxes I must SetFocus to them . . . and including this command in a procedure called by the LostFocus event means at runtime you can never leave this textbox!
Is the intended location included as a property of the LostFocus event? Or does anyone have any other solutions?
Thanks.
The problem is that to capture the data from the text boxes I must SetFocus to them . . . and including this command in a procedure called by the LostFocus event means at runtime you can never leave this textbox!
Is the intended location included as a property of the LostFocus event? Or does anyone have any other solutions?
Thanks.