Hi,
I have a form with a POST command. As I understand the POST command will do ALL validation in the form.
My problem is that on a commit I POST and then I commit. So my error messages from the validation (PRE INSERT BLK LEVEL) gets displayed twice. Once in the POST and the other from the COMMIT FORM.
Is there a way to ONLY display the error messages (from validation) ONCE?
Thanks in advance,
Marc L