Page 1 of 1

TxBrowse like DBGrid (Delphi)?

Posted: Thu Apr 24, 2008 1:02 pm
by JC
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/d ... 7.JPG.html

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

Thanks for all!

Posted: Thu Apr 24, 2008 6:27 pm
by nageswaragunupudi
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.

Posted: Thu Apr 24, 2008 6:32 pm
by JC
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!