Andre
2007-10-11 13:09:33 UTC
Hi all,
I have a form with a "default" button. So, anywhere the user hit "enter"
key, the OnClick event for this button is triggered.
In my funcion there is a teste that might find a condition that the form
should not close anymore. That is, an error condition that should keep
the form opened so the user can fix the found problems.
How do I keep the form open, without taking off the "default" property
for the button (so the "enter" key still trigger OnClick)?
Thanks.
Andre
I have a form with a "default" button. So, anywhere the user hit "enter"
key, the OnClick event for this button is triggered.
In my funcion there is a teste that might find a condition that the form
should not close anymore. That is, an error condition that should keep
the form opened so the user can fix the found problems.
How do I keep the form open, without taking off the "default" property
for the button (so the "enter" key still trigger OnClick)?
Thanks.
Andre