Hi,
I would like to suppress the error message that pops up when I set
ReturnStatus = False in the OnBeforeChange Event. I know I could suppress the
default message by using ReturnMessage=”blah” but I just don’t want any
message to come up.
I’m displaying a dialog to the user with the options (yes, no and cancel)
and if the user chooses cancel I want to undo the change without displaying
yet another dialog to the user.
Thanks for your help,
Franck Dauché - 13 Dec 2005 06:03 GMT
Hi,
I don't believe that you can do this. You can overwrite the default message
as you said, but, to my knowledge, you can't make it go away...
Regards,
Franck Dauché
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thanks for your help,