XFA Specification
Chapter 20, Source Set Specification
Source Set Element Reference
774
The recordSet element
Controls the type and behavior of the cursor for the record set.
<recordSet
Properties:
bofAction="moveFirst
|
stayBOF"
cursorLocation="client
|
server"
cursorType="forwardOnly
|
unspecified
|
keyset
|
dynamic
|
static"
eofAction="moveLast
|
stayEOF
|
addNew"
id="xml-id"
lockType="readOnly
|
unspecified
|
pessimistic
|
optimistic
|
batchOptimistic"
max="0
|
integer"
name="xml-id"
use="cdata"
usehref="cdata"
>
Children:
<extras>
</recordSet>
[0..n]
The recordSet element is used within the following other elements:
query
The bofAction property
Controls what happens when the cursor reaches a position in front of the first record in the record set.
moveFirst
Move forward to the first record in the set.
stayBOF
Stay at the beginning. If an insert is performed the new record will be placed in front of the record
that is currently the first in the set.
The cursorLocation property
Controls where the cursor is held. Note that this choice has side-effects. See the section "The Significance
of Cursor Location" in Chapter 8 of the ADO Programmer's Guide for more information [ADO].
client
The cursor is held on the client.
server
The cursor is held on the server.
Home Index Bookmark Pages
Pages: Home Index All Pages