TxBrowse like DBGrid (Delphi)?

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

TxBrowse like DBGrid (Delphi)?

Post 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!
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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post 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!
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
Post Reply