Omron CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 Reference Manual page 129

Script language
Table of Contents

Advertisement

CHAPTER 6 – Functions and Methods
Remarks
Argument
returnstate
level
direction
position
Typical Examples
DBMove("Northwind.Order Details", "First")
Go to the first record in the Recordset.
pos = 3
DBMove("Northwind.Order Details", "Position", pos)
Go to the third record in the Recordset.
DBMove("Northwind.Order Details", "Page", 6)
Go to the sixth page in the Recordset.
Note:
Bookmarks are returned from the function 'DBProperty', they enable you to return to a
'marked' record, even after records have been added or deleted
Page 116
Type
bool
1 if the function is successful otherwise 0
text
A text point or constant specifying the connection level. This
must be a Recordset level.
text
A text string indicating where to move to. May be one of:
"First"
"Last"
"Next"
"Previous"
"Position"
"FirstPage"
"LastPage"
"NextPage"
"PreviousPage"
"Page"
"Bookmark"
int/real
This optional parameter is only required when directions of
"Position", "Page" and "Bookmark" are used. When used with
"Position" and "Page" this parameter must be an integer, and is
the record or page number to move to. When used with
"Bookmark" this parameter must be a real.
Description
Revision 2.0
OMRON

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Cx-supervisor 2.0

Table of Contents