DefineGridUsingXMLFromRequest

Defines a grid using the settings specified in an XML string that is contained by an ASP Request object.

Syntax

<HFMwDataGrid>.DefineGridUsingXMLFromRequest varpIRequest

Argument

Description

varpIRequest

An ASP Request object containing an XML string that represents the grid to be defined. The XML string is described in Data Grid Definition DTD.

Note:

The <RDIMS> and <CDIMS> tags are optional; however, if one is specified then the other must also be specified. The <POV> tag is optional; if specified, it must contain at least one <POVDIM> tag. Expansion information will be reset under the following conditions: <RDIMS> and <CDIMS> are present, or a <POVDIM> tag is present for a row or column dimension.

Input argument.