From: Bryan M. <bmu...@gm...> - 2005-06-16 18:01:25
|
On 6/15/05, Alex Tweedly <al...@tw...> wrote: > which is true - but there's a better (and more obvious !!) way .... put > in your own handler for the OK button within the dialog, validate any > fields there - if they're good, do an event.skip(), if they're bad, pop > up an alert (or whatever else you want) to inform the user ... That works beautifully, thanks! Thanks for the sample code too, I hadn't seen or heard of event.skip() before. Bryan |