Guys:
Using the XBROWSE() function: how can I create a scoped filter ? Thank you.
HunterEC wrote:James:
Thank you for your reply, but maybe my question was not clear at all: I need to know if XBROWSE() have any data or parameter to allow for the display of a subset of records (maybe based on key value). Thank you.
#Include "Ord.ch"
...
...
Select 1
Use Customer via "DBFCDX" SHARED
Set Order to Tag State
cState := "SC"
Set Scope to cState
Go Top
xBrowse()
CLose Databases
James Bott wrote:Hunter,
The older TWBrowse had crude scope settings built-in, but that was done probably before NTXs had scoping (probably when most of us were still using Clipper). Most everyone is using CDXs now, but even NTXs have scopes under (x)Harbour so there is no need for scoping in browse objects.
Anyway, that is my guess.
James
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 95 guests