M
mcnewsxp
how can i override or disable lostfocus on a control when a user clicks
cancel or closes a form?
tia,
mcnewsxp
cancel or closes a form?
tia,
mcnewsxp
mcnewsxp said:how can i override or disable lostfocus on a control when a user clicks
cancel or closes a form?
I agree with Dirk.LostFocusand OnExit are often used when the control's
BeforeUpdate or AfterUpdate event is more appropriate, or at times even
theForm_BeforeUpdate event.
What exactly are you using theLostFocusfor?
mcnews said:to make sure a text box is filled as a validation rule.
the form also has a cancel button on it, the textbox with the
lostfocus validation fires when the cancel button is clicked.
not good....