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

Script language
Table of Contents

Advertisement

CHAPTER 6 – Functions and Methods
DBExecute("Northwind.Shippers", "Filter", "CompanyName = 'United
Package'")
Apply a filter to display only records with a company name 'United Package'
DBExecute("Northwind.Shippers", "Filter", "")
Cancel an existing filter (by passing an empty string)
DBExecute Commands
Command
Connection
BeginTrans
CommitTrans
RollbackTrans
CommitTransAll
RollbackTransAll
TransCount
Requery
CancelUpdate
Find
FinNext
Source
Filter
Save
DBGetLastError
Description
Returns the last error string generated by the Database provider, and displays it in a message box.
Syntax
returnstate = DBGetLastError(level, display)
Page 114
Connection
Level
Connection
Modify the connection string.
Connection
Begins a new Transaction.
Connection
Saves any pending changes and ends the current
transaction.
Connection
Cancels any changes made and ends the transaction.
Connection
Saves all changes and ends all transactions.
Connection
Cancels all changes and ends all transactions.
Connection
Returns the number of pending transactions.
Recordset
Re-run the Recordset Query.
Recordset
Cancel a DBAddNew operation.
Recordset
Find the specified criteria in a Recordset.
Recordset
Combined DBMove("Next"), DBFind() operation.
Recordset
Modify the Recordset source.
Recordset
Apply a filter to a Recordset.
Recordset
Saves a Recordset in XML format.
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