Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : TOP-NAV-QUERY attribute
 

TOP-NAV-QUERY attribute

Lets you get or set the default navigation query for a top-level buffer in a ProDataSet object.
Note: A top-level buffer is a ProDataSet object buffer that is not a child in any active data relation. There may be one or more top-level buffers in a ProDataSet object.
Data type: HANDLE
Access: Readable/Writeable
Applies to: ProDataSet object handle
The syntax to read or set this attribute is as follows:

Syntax

TOP-NAV-QUERY ( index|buffer-name ) [ = query-object-handle]
index
An integer expression that evaluates to the 1-based index of the top-level buffer.
buffer-name
A character expression that evaluates to the name of the top-level buffer.
query-object-handle
A handle to a query object.

See also

Query object handle