Fix Inspect Form - Error in Add Mode

Pat_H

Active Member
Hello List, I have a fix inspect form. Several of the fields on the form have a UDC edit rule on the data dictionary value. When the user is adding a record they get hard errors as soon as they press the tab key or click on one of the empty fields because blank isn't an exceptable entry. I would like these errors to occur when the user clicks the OK button not when they click on the field empty field in the Add mode. Is there a way to prevent this? Thanks. - Pat
 
I never set a tab sequence on the form, after I did that the issue cleared up.
 
Hi,
In the UDC's define a blank entry, so that the fields accepts the blank value while tab out and Keep a error logic if it is blank on the fields consist of UDC's....
tongue.gif


T,
Reddy
E1 Consultant
E9.0
 
Solution:
Disable the DD default properties from the form controls.
write a code for error validation of all the required fields in the OK button event.
 
Back
Top