To All
I see Silvo ( seems ) to have a similar problem ...
What is the tDatabase equivalence of :
oDbf:SetOrder( "CustID" ) // understand this already
Set order to tag CustID
Seek cCustID // <----- here
oDbf:Seek cCustID ??
oDBf:GoTop()
oDBf:Find cCustID ??
I would rather use Seek than set a filter .....
Seek in traditional DBFCDX is much faster than using the Find command ..
Thanks
Rick Lipkin