MOV keyword

Applies to

Validators that perform structured output, with validator types In Collection, In List Cache, and Method Call

Property: Validator parameters

Description

Marks a validator's output as validated.

Syntax

MOV( )

Remarks

When the MOV keyword (Mark Output Validated) is enabled for a validator, a component that has received the output from the validator is marked as validated. If the user subsequently selects Save or tabs from the component, the component's validators do not execute. A target component that is required and receives a Null value is left as modified. A component can be a target of validator output if it, or the property to which it is bound, is an output parameter on a Method Call validator or is the target in a SETPROPERTIES or SETCOMPONENTS specification.

Example

The parameters in this example apply to a Method Call validator:

Acme.ResourceDefinitions.ResourceIdValid( PARMS(VAR P(%1), RVAR P(%2), MESSAGE) OIO() MOV() )