FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour XBROWSE question
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM

XBROWSE question

Posted: Mon Jun 06, 2011 07:50 AM
Dear friends,
Is it possible to display the row number in the area shown in figure?

Many thanks

Many thanks

Marco
Marco Boschi
info@marcoboschi.it
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM

Re: XBROWSE question

Posted: Mon Jun 06, 2011 08:15 AM

Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again

Marco Boschi
info@marcoboschi.it
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: XBROWSE question

Posted: Mon Jun 06, 2011 08:45 AM
Is it possible to display the row number in the area shown in figure?

This needs some extensive changes to xbrowse.
I too like this idea.
I shall try to post the code of a derived class for this ASAP.
Regards



G. N. Rao.

Hyderabad, India
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: XBROWSE question

Posted: Mon Jun 06, 2011 08:47 AM
MarcoBoschi wrote:Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again

By setting oBrw:nMarqueeStyle
Regards



G. N. Rao.

Hyderabad, India
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM

Re: XBROWSE question

Posted: Tue Jun 07, 2011 04:30 PM

To add a column showing the row number (not recno()):

ADD TO oBrw AT 1 DATA oBrw:KeyNo() HEADER 'No' PICTURE '9999'

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: XBROWSE question

Posted: Tue Jun 07, 2011 05:19 PM
James Bott wrote:To add a column showing the row number (not recno()):

ADD TO oBrw AT 1 DATA oBrw:KeyNo() HEADER 'No' PICTURE '9999'

This is easy.
He wants the row number to be displayed in the record selector area, like we see the row numbers in Excel.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM

Re: XBROWSE question

Posted: Wed Jun 08, 2011 02:19 PM

Thanks nage & James

Marco Boschi
info@marcoboschi.it
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: XBROWSE question

Posted: Thu Jul 26, 2012 05:00 PM
From Marco :
Is it possible to display the row number in the area shown in figure?

From Mr. Rao
This needs some extensive changes to xbrowse.
I too like this idea.
I shall try to post the code of a derived class for this ASAP.


Is there a Solution ??

Best Regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM

Re: XBROWSE question

Posted: Thu Jul 26, 2012 06:17 PM

To All

I too like the idea of the ability ( turn on and turn off ) of numbering rows using the 'gutter' on the left .. YES, as James suggests you can create a new column with line numbers and that is the work around.

Creating an additional Column means you have to program around that column especially if you allow FastEdit by cell... again, not a big deal.

Rick Lipkin

Continue the discussion