FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SetScope ...
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
SetScope ...
Posted: Tue May 26, 2015 11:50 PM

Using a data object, and I use SetScope methods, ( top and bottom ), is there a data element that will tell me how many records are within the scope ?

oDbf:setscopetop( nBegRec )
oDbf:setscopebottom( nEndRec )
oDbf:gotop( )

nRecords := ?????

Writing a function is not a problem ... have that, but I thought maybe there was a call to some data that already has it !

Thanks ...

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: SetScope ...
Posted: Wed May 27, 2015 02:46 PM

oDBF:keyCount()

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion