eofAction

Specifies the action to perform if the current record is the last record in the record set.

Syntax

Reference_Syntax.eofAction = "moveLast | stayEOF | addNew"

Values

Type

Values

String

  • moveLast (default)

  • stayEOF

  • addNew

Moves the current record position to a point after the last record.

  • stayEOF

  • addNew

The current record will always be the last record in the record set.

  • addNew

Adds a new record to the record set.

Applies to

Version

XFA 2.1

// Ethnio survey code removed