open

Connects to the data source and populates the data model with the results of the current record.

Syntax

Reference_Syntax.open()

Parameters

None

Returns

Empty

Applies to

Model

Object

sourceSet Model

source

Version

XFA 2.1

Examples

JavaScript

xfa.sourceSet.nodes.item(nIndex).open();

FormCalc

xfa.sourceSet.nodes.item(nIndex).open()

// Ethnio survey code removed