Cursor Location Constants

The following constants can be used anywhere in macros or scripts in place of the actual values.

If you are retrieving the value of a property or parameter, scripts or macros will return the integer value, whereas Inspector will display the constant equivalent.

KEEP IN MIND:

When using constants in the script editor, each constant must be prefaced by nl.

Cursor Location constant

(macro editor)

Cursor Location constant

(script editor)

Value

Description

DBUseClient

nlDBUseClient

3

Use a client-side cursor supplied by a local cursor library. Local cursor services often will support features that driver-supplied cursors may not, so using this setting may provide an advantage with respect to features that will be enabled.

DBUseServer

nlDBUseServer

2

Use a data-provider or driver-supplied cursor. These cursors are sometimes very flexible and allow for additional sensitivity to changes others make to the data source.

See Also

DBOpen action | Open method


© 2004-2021 looksoftware. All rights reserved.