ngreenleaf
Programmer
I want to disable events such as Exit or Click while other event procedures are running. Basically in one even procedure I am updating information in the text boxes. When the user changes the data in the text box I want to run an event procedure, but when I set focus to them or change their contents I do not want the event to fire. Anyone know if this is possible?