Specifies the action to perform
if the current record is the last record in the record set.
SyntaxReference_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.
The current
record will always be the last record in the record set.
Adds a new record
to the record set.
|
|
|
|