Use this function to enter a new value into a field and have the new value validated by the properties and code that have been defined for that field.

FieldRef.VALIDATE([NewValue])

Parameters

FieldRef

Type: fieldref

Refers to the current field.

NewValue

Type: must be compatible with the data type of the field referred to by the fieldref.

The value to insert in the field.

Expand imageRemarks

Expand imageSee Also