SteveShanks
Programmer
Hi
I have a form which sets a changed flag on an object whenever the user changes a field and moves off it (handled in the LostFocus event). This flag is then checked in the QueryUload event of the form.
It would appear that the lostfocus event on a textbox is not fired if you enter a value into the control and then click the 'X' on the form to close it.
Is there a solution to this?
Thanks
Steve
I have a form which sets a changed flag on an object whenever the user changes a field and moves off it (handled in the LostFocus event). This flag is then checked in the QueryUload event of the form.
It would appear that the lostfocus event on a textbox is not fired if you enter a value into the control and then click the 'X' on the form to close it.
Is there a solution to this?
Thanks
Steve