MakeFieldValid

Marks the specified field as valid (that is, not invalid), if it is not already marked as such. It does not update the field or the label.

Parameters

Name Type Description
fieldName String The name of the field.

Return Value

Result Value
(none)  

Examples

This example marks the Unit Price field as valid:

MakeFieldValid("Unit Price");

Comments

(none)