FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Count the record on a Xbrowse
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Count the record on a Xbrowse

Posted: Thu Nov 06, 2014 08:31 AM
I wish count records number on a xbrowse

I cannot use reccount() function because this function let give me the total of the records on the dbf

But I use a ordscope on this xbrowse to select specific records and I wish show only the total number rows showed

thanks
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: Count the record on a Xbrowse

Posted: Thu Nov 06, 2014 11:05 AM
Code (fw): Select all Collapse
OrdKeyCount()


EMG
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: Count the record on a Xbrowse

Posted: Thu Nov 06, 2014 11:08 AM

or
allready found !!
:bFooter := { || LTrim( Str( oBrw:nLen ) )+" voci" }

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion