|
Dynamic Table Control Tags
|
Access
|
Description
|
|---|---|---|
|
Move
|
Read/Write
|
Move a specified number of records forward (positive value) or backward (negative value) in a table.
|
|
MovePrev
|
Read/Write
|
Move to the previous record (on write complete).
|
|
MoveNext
|
Read/Write
|
Move to the next record (on write complete).
|
|
MoveLast
|
Read/Write
|
Move to the last record in the table (on write complete).
|
|
MoveFirst
|
Read/Write
|
Move to the first record in the table (on write complete).
|
|
CurrentRecord
|
Read Only
|
The index of the record that is currently being accessed.
|
|
RecordCount
|
Read Only
|
Number of records are in the table.
|
