Record MyUIRecord Type VGUIRecord { commandValueItem=”buttonValue” } 10 formItem char(20) { uiType=uiForm, @programLinkData { programName=”NewPgm”, newWindow=yes, uiRecordName=”NewUIR”, linkParms = [ @LinkParameter { name=”key1”, value=”value1” }, @LinkParameter { name = “key2”, valueRef=”refItem” } ] } };
If the property runValidatorFromProgram is set to yes (the default), the validator function runs in the EGL program that gets control after a converse or show statement is processed. Otherwise,, the validator function runs on the Web application server.
Accept the default setting if validation requires access to program variables or to other resources that are not available in the Web application server.
For details, see Primitive field-level properties.