T
tkaplan
I have a form with a txt box named txtAuditor. on the exit event, i have
some validation checks.
i want that if the validation fails, the focus will go back to that txt
box.
i currectly have
if variable=false then
txtauditor.value=""
txtauditor.setfocus
endif
this did not work!
Any suggestions??
some validation checks.
i want that if the validation fails, the focus will go back to that txt
box.
i currectly have
if variable=false then
txtauditor.value=""
txtauditor.setfocus
endif
this did not work!
Any suggestions??