SETPROPERTIES keyword

Applies to

Parameters of validators of the types In Collection and In List Cache

Syntax

SETPROPERTIES( formproperty1=thisproperty1, formproperty2=thisproperty2, . . . )

Remarks

Use the SETPROPERTIES keyword to set the value of properties in a form based on successful validation. The parameters are one or more property pairs in which the first property is the destination and the second is the source. Destination property names are the names as known in the form's collection. The source property names are the names as known in the validator's collection.

Note:  This keyword can be abbreviated as SETP( ).