hi
im trying to build some error handling into my forms, and one error code im currently trying to handle is 3314, so ive set the required perimeters in my table on each field i want as mandatory such as ALLOW ZERO LENGTH = FALSE, VALIDATION RULE =NOT NULL and VALIDATE TEXT = "required", which works great.
im using case method to handle the errors
the issue i have is there are about 12 mandatory fields in the form, my question is, can i handle all the fields from one case statements, i know i can handle it from the field such as me.fieldname.setfocus
but that would require me setting each field, before i do this, i was wondering if there was an alternative way of handling this.
im trying to build some error handling into my forms, and one error code im currently trying to handle is 3314, so ive set the required perimeters in my table on each field i want as mandatory such as ALLOW ZERO LENGTH = FALSE, VALIDATION RULE =NOT NULL and VALIDATE TEXT = "required", which works great.
im using case method to handle the errors
the issue i have is there are about 12 mandatory fields in the form, my question is, can i handle all the fields from one case statements, i know i can handle it from the field such as me.fieldname.setfocus
but that would require me setting each field, before i do this, i was wondering if there was an alternative way of handling this.