FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Text in the xbrowse cell
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Text in the xbrowse cell
Posted: Wed Apr 08, 2020 08:01 AM

Hi,

Text is output in the xBwse cell. It may be larger than the cell, and then part of the text is not visible. How can I determine if the text is larger than the cell ?

Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Text in the xbrowse cell
Posted: Sat Apr 25, 2020 08:31 AM

I can't understand that the text in the xBrowse cell is not fully visible (because it is larger than this cell)

Any idea !

Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: Text in the xbrowse cell
Posted: Sat Apr 25, 2020 07:42 PM

Maybe if you use :

:nStretchCol := 3 ( colnumber)

see

viewtopic.php?f=3t=35836p=213500hilit=nStretchCol#p213500

&&&

Marc Venken

Using: FWH 23.08 with Harbour
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Text in the xbrowse cell
Posted: Sat Apr 25, 2020 08:01 PM

No, that's not it. I need to do as in Excel - when I move to a cell where the text is not fully visible, a poup window opens with the full text. I did this, but my assessment that the text is visible is not completely inaccurate

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Text in the xbrowse cell
Posted: Sat May 02, 2020 10:23 AM
I suggest you to try
Code (fw): Select all Collapse
oCol:bCellToolTip := { |o| o:Value }


User sees the full text of the cell, when he hovers his mouse over any cell in the column on any row.
Please give it a try.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion