xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET SCOPEBOTTOM

Changes the bottom scope for navigating in the controlling index.

Syntax

SET SCOPEBOTTOM TO [<bottomScope>]

Arguments

TO <bottomScope>
This is an expression whose value is used to define the bottom scope, or bottom boundary, for indexed database navigation. Its data type must match with the data type of the index expression of the controlling index. Alternatively, <bottomScope> can be a code block that must return a value of the correct data type.

Omitting the argument clears the bottom scope.

Description

The SET SCOPEBOTTOM command defines or clears the bottom scope for indexed database navigation. Refer to SET SCOPE for more explanations.

Info

See also:OrdScope(), SET SCOPE
Category: Database commands , Index commands
Header:Ord.ch
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe