FieldValidator| Owners |
Julian Robichaux |
Category |
| Software Development Tools |
|
| Contributors |
- |
Platform |
|
| Downloads |
915Download latest release |
Last Release |
Dec 20, 2007 |
| Rating |
(0 ratings)
|
Project Creation |
Dec 20, 2007 |
| Status |
Not active |
Short URL |
Not defined |
| Description |
A LotusScript library for general purpose field validation |
In Catalog |
|
Easily validate the fields on your forms -- in the Notes client AND on the Web -- in a single place.
Normally, you have separate "Input Validation" formulas for all the fields on a Form that you want to validate. This can quickly become difficult to manage and maintain. The FieldValidation script library in this database is a generic LotusScript library that allows you to move the field validation formulas into a single place in your form's QuerySave event (or a script library) -- this makes it a lot easier to view and modify the field validation rules on your forms. You can also dynamically change the validation rules based on values that have been entered on a document (for example, the validation for a doc in "Draft" mode might be different than a doc in "Completed" mode).
The forms in this database are examples of different ways you can use the FieldValidation library to achieve this goal, including a way to use this validation technique on a Web document.