Determines if the current location
is at the beginning of the recordset. The bofAction property
must be set to stayBOF.
SyntaxReference_Syntax.isBOF()
ReturnsTrue if
the current location is at the beginning of the recordset. False if
the current location is not at the beginning of the recordset.
JavaScriptxfa.sourceSet.nodes.item(nIndex).isBOF();
FormCalcxfa.sourceSet.nodes.item(nIndex).isBOF()
|
|
|