FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour tcbrowse and no of rows
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
tcbrowse and no of rows
Posted: Sun Nov 06, 2011 03:42 PM

Hi all,
do you know if there is a way to increase the rows size in tcbrowse ?
Something the nDatalines method in xbrowse.

Thanks

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 77
Joined: Sun Aug 26, 2007 11:53 PM
Re: tcbrowse and no of rows
Posted: Mon Nov 07, 2011 04:32 AM
Hi Marco

Nope there isn't except for font size. I have an option in an old tcbrowse program as follows.

Code (fw): Select all Collapse
  ::oBrw:bRClicked:={|nRow, nCol| IIF(::oBrw:nTCWRow(nRow)=0,
                             (::oBrw:SelFont(), ::oBrw:Refresh())...


Don't know if you have all the additional methods so you may need to modify it to suit.
If you wish a copy of my version just ask.
The program is still very useful and a forerunner to tsb and xb.

Continue the discussion