Pipe2Path
Programmer
- Aug 28, 2001
- 60
How do I prevent the lostfocus event from firing before
a click event fires?
I have a button that I use to SAVE information in a form. There is another text box in this form that has code in it's lostfocus event. When I click on the SAVE button, instead of running the code behind that button, the lostfocus event fires first. I need to stop that. I can't seem to run the SAVE code before the lostfocus code. Frustrating....
Any help would be appreciated.