SETVARVALUES keyword

Applies To

The parms field for event handlers of the type Set Variable, Property, and/or Component

Description

This keyword allows you to use events to set the values of variables.

Syntax

SETVARVALUES(var1=value1<,var2=value2> . . . )

Remarks

SETVARVALUES provides an easy way for a form that is launching another form to pass parameter data to the new form. If the variables are not persistent variables, Windows client creates form-level temporary variables in the child form.

SETVARVALUES(AdviceDateVar=1/1/1900).