Why is field validation important?
Field validation, common to almost all Pick legacy applications, requires verifying that the user has entered valid data for one field before allowing the user to move to the next field. Applications written using field validation will not work unless the field validation is maintained, so a Pick legacy app redeployed as a GUI app must support field validation. In most client/server applications, especially web-based apps, field validation is difficult requiring JavaScript attached to each field, for example or impossible. AccuTerm GUI supports field validation transparently, with the validate event. The alternative to field validation stuff and submit is not considered a state-of-the-art method of entering data for enterprise or integrated applications.
Related Questions
- Im using the debugger for VBA code and get the message "The value in the field or record violates the validation rule for the record or field". What does this mean?
- Does data management and access include supporting documentation and metadata, such as validation protocols, field notebooks, etc.?
- How can I disable the inherited log message that pops up after field validation fails on panels (relation failed validation)?