CHAPTER 6 – Functions and Methods
OMRON
Page 116
Revision 2.0
Remarks
Argument
Type
Description
returnstate
bool
1 if the function is successful otherwise 0
level
text
A text point or constant specifying the connection level. This
must be a Recordset level.
direction
text
A text string indicating where to move to. May be one of:
"First"
"Last"
"Next"
"Previous"
"Position"
"FirstPage"
"LastPage"
"NextPage"
"PreviousPage"
"Page"
"Bookmark"
position
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.
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
Содержание CX-SUPERVISOR - SCRIPT REFERENCE REV2.0
Страница 2: ...CX Supervisor Script Language Software Revision 2 0...
Страница 3: ......
Страница 5: ...CX Supervisor Script Language OMRON Page ii Revision 2 0...
Страница 7: ...CX Supervisor Script Language OMRON Page iv Revision 2 0...
Страница 9: ...CX Supervisor Script Language OMRON Page vi Revision 2 0...
Страница 13: ......
Страница 15: ...CHAPTER 1 Introduction OMRON Page 2 Revision 2 0...
Страница 19: ...CHAPTER 2 Expressions OMRON Page 6 Revision 2 0...
Страница 21: ...CHAPTER 3 Scripts OMRON Page 8 Revision 2 0...
Страница 151: ...CHAPTER 8 Colour Palette OMRON Page 138 Revision 2 0...