Page 1 of 1

How to surpass a get under validation & pass control to

PostPosted: Tue Dec 13, 2005 12:25 pm
by RAMESHBABU
I have some gets on a Dialog. The first Get is under validatation.
If my user does not want to enter any thing and want to quit the
dialog, instead of pressing X button, they press a Pushbutton "Quit"
provided on the dialog.

Unless the get is validated the control can't be passed to other control.
This is in normal situation.

But I want to pass the control to an item on which I click invalidating a particular or all get(s) under validatation.

What should I do to invalidate a Get and pass control to the pushbutton
"Quit" when it is clicked ?

- Ramesh Babu

Re: How to surpass a get under validation & pass control

PostPosted: Tue Dec 13, 2005 1:37 pm
by Enrico Maria Giordano
Add CANCEL clause to your button.

EMG

PostPosted: Tue Dec 13, 2005 1:55 pm
by RAMESHBABU
Mr.Enrico

Your answer is simply superb.

Yes it worked.

Thank you very much

- Ramesh Babu