Order Property

Applies To   See Also

Specifies the controlling index tag for a Cursor object. Available at design time and run time.

Syntax

DataEnvironment.Cursor.Order[ = cTagName]

Settings

cTagName

Specifies an existing index tag for a table.

Remarks

If the ChildOrder property of a relation object is set, the Order property is ignored.

Use the Order property to specify the order in which records are displayed or accessed. Setting the Order property changes the index order and moves the record pointer to the first record in the cursor.