Sets or returns a Boolean value that specifies whether the value of the CdbField object is immediately validated against the object's ValidationRule property when the object's Value property is set (Microsoft Jet workspaces only).
Syntax
VOIDSetValidateOnSet(BOOL b);
BOOLGetValidateOnSet(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean. TRUEthe validation rule is checked when you set the object's Value property. FALSEthe validation rule is checked when the record is updated. |