Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Validate Fields in Maintenance view

Former Member
0 Likes
503

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.

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
467

How about giving an Error message in Form Routine for the Event

a®

Read only

0 Likes
467

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!

Read only

Former Member
0 Likes
467

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.