Constant | Description |
---|---|
SCOPE_BOTH | Specifies top and bottom scope. |
SCOPE_BOTTOM | Specifies the bottom scope |
SCOPE_TOP | Specifies the top scope |
Function DbSetScope() Foundation
Sets scope values for logical or physical orders.
DbSetScope( <nScope>, <xValue> ) --> NIL
The return value of DbSetScope() is always NIL.
A scope is used to quickly specify a range of records in a database. Only those records whose scope values lie within the range of the top and bottom scope values are visible. Refer to SET SCOPE for a detailed explanation about scopes.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.