Dear all,
I'm design a dialog for log on to system, in the dialog have 2 get and 2 button. How to skip valid of get when fault to button for exit system ?
Best regrad,
Peter
Dear all,
I'm design a dialog for log on to system, in the dialog have 2 get and 2 button. How to skip valid of get when fault to button for exit system ?
Best regrad,
Peter
Peter,
Use the clause CANCEL on the button:
@ ..., ... BUTTON ... CANCEL
or
REDEFINE BUTTON ID ... CANCEL
It will skip the VALID of the current GET
Thank you very much, By the way if Skip from Get to other Get, How I do ?
Best Regrad
Peter
If you skip from one GET to another control, then the GET VALID will be fired. It has to return .T. to allow the new control to get focus.
Dear Antonio,
Thank you very much for help and kidness me
Peter
Best Regard