Dear All,
I have the following code in a textbox leave event
if txt13.text <> "" then
filltxt13()
loaddata()
end if
However at runtime, the leave event is being fired three times when text13 no longer has focus. The form having this text box is being called from another form in dialog mode.
Can someone please shed some light.
Regards
hitasha
I have the following code in a textbox leave event
if txt13.text <> "" then
filltxt13()
loaddata()
end if
However at runtime, the leave event is being fired three times when text13 no longer has focus. The form having this text box is being called from another form in dialog mode.
Can someone please shed some light.
Regards
hitasha