‎2008 Apr 16 7:18 PM
Hi,
I have to validate two fields in maintenance view, I've done the part where I detect the field is empty in event 01 "Before Saving Data" but how can I stop saving data until data is filled correctly, how can I do that, Any Idea?
Thanks.
Moises Grappin.
‎2008 Apr 16 7:23 PM
How about giving an Error message in Form Routine for the Event
a®
‎2008 Apr 17 10:59 PM
Hi,
I've tried with a Error Message but when error message is launched it sends me to a null screen.
What can I do to stay in the same window?
Thanks!
‎2008 Apr 22 1:54 AM
I've solved this problem, It was simple just to set the columns attributes in table control as required in screen painter and that was all.
Thank you.