isBOF

Determines if the current location is at the beginning of the recordset. The bofAction property must be set to stayBOF.

Syntax

Reference_Syntax.isBOF()

Parameters

None

Returns

True if the current location is at the beginning of the recordset. False if the current location is not at the beginning of the recordset.

Applies to

Model

Object

sourceSet Model

source

Version

XFA 2.1

Examples

JavaScript

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

FormCalc

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

// Ethnio survey code removed