Kbase P70999: Dynamics. Using the RowObjectValidate Technique
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/8/2004 |
|
Status: Unverified
GOAL:
Dynamics. Using the RowObjectValidate Technique
FIX:
Validations that do not require database access (such as making sure fields are not blank or unknown or comparing fields against another) can be executed on the client side of a split application by placing them into the rowObjectValidate procedure or individual field validations.
This makes the code more maintanable, more controllable and ensures it will be executed with other types of user interfaces.