Rajesh Karunakaran
Programmer
Dear Team!
I have a few validations in the VALID() event of a TextBox. Inside that, for one of the validations, I am showing a Messagebox for an alert. In the LOSTFOCUS() of the control I have some REFRESHs for 3-4 other controls and a SETFOCUS() to another control.
Now, after the LOSTFOCUS() it again goes to the VALID(). While that may be a VFP feature, the problem is I am getting that MessageBox twice. How can I avoid that? Or in other words, can I prevent LOSTFOCUS() from triggering the VALID() once again?
Thanks in advance.
Rajesh
I have a few validations in the VALID() event of a TextBox. Inside that, for one of the validations, I am showing a Messagebox for an alert. In the LOSTFOCUS() of the control I have some REFRESHs for 3-4 other controls and a SETFOCUS() to another control.
Now, after the LOSTFOCUS() it again goes to the VALID(). While that may be a VFP feature, the problem is I am getting that MessageBox twice. How can I avoid that? Or in other words, can I prevent LOSTFOCUS() from triggering the VALID() once again?
Thanks in advance.
Rajesh