FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TxBrowse like DBGrid (Delphi)?
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
TxBrowse like DBGrid (Delphi)?
Posted: Thu Apr 24, 2008 01:02 PM
Hi my friends!

The new version of Fivewin (8.04) is wonderful!
I have noted a detail in the xBrowse object: Now, the painted black lines of each row at end of all columns not are shown more! This is very important for look and feel.

But, at bottom of xBrowse.. the lines of each columns still are painted.

Exists a way to do for remove this lines of all columns? Like DBGrid of Delphi!
http://rapidshare.com/files/110044943/delphi2007.JPG.html

PS.: Everything else is spectacular in this new version!!!
As they say here in Brazil: "Show de Bola!"

Thanks for all!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
TxBrowse like DBGrid (Delphi)?
Posted: Thu Apr 24, 2008 06:27 PM

If oBrw:lColDividerComplete == .t., the vertical lines are drawn till the bottom of the screen, even if there is no data and if this is false, vertical lines are drawn only for the data rows. You may set oBrw:lColDividerComplete := .f.

Regards



G. N. Rao.

Hyderabad, India
Posts: 445
Joined: Thu Feb 21, 2008 11:58 AM
TxBrowse like DBGrid (Delphi)?
Posted: Thu Apr 24, 2008 06:32 PM
nageswaragunupudi wrote:If oBrw:lColDividerComplete == .t., the vertical lines are drawn till the bottom of the screen, even if there is no data and if this is false, vertical lines are drawn only for the data rows. You may set oBrw:lColDividerComplete := .f.


My friend! Thanks very much!
I go to do try this!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9

Continue the discussion