getValidateValuesResult()

Previous Next

Syntax

 getValidateValuesResult(dsName, itemAr)

 

Parameter(s)

dsName [String]

itemAr [array]

 

Description

The validateValues() function sets its result as an attribute valid="yes/no" on the data source tag in the combined.xml file. The getValidateValuesResult function retrieves this attribute. ItemAr is an array with the same column names that you provided to validateValues.

 

Note that any page engine requests following validateValues() will probably overwrite the valid attribute attribute.

 

Related function: validateValues()