Consultor Eletrônico



Kbase P70964: Dynamics. What two validation procedures in the SDO execute
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/8/2004
Status: Unverified

GOAL:

Dynamics. What two validation procedures in the SDO execute on the client side.

FIX:

In the client proxy SDO, you can have a validation procedure for each indicidual field; these are named <column>Validate. However, this is very restrictive since it only access one field.

Yo can validate the entire record (again with no db access) in the rowObjectValidate procedure. This is recommended.

This pertains to Static SDOs.