FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to use xBrw:nHeadDividerStyle ?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
How to use xBrw:nHeadDividerStyle ?
Posted: Mon Nov 02, 2020 02:14 PM
I set row with below command but the header is effect as picture.
How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ?

Thank you in advance for any help and idea.
Code (fw): Select all Collapse
oBrw2:nRowDividerStyle := LINESTYLE_NOLINES

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 2170
Joined: Fri Jul 18, 2008 01:24 AM
Re: How to use xBrw:nHeadDividerStyle ?
Posted: Mon Nov 02, 2020 02:53 PM
dutch wrote:I set row with below command but the header is effect as picture.
How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ?

Thank you in advance for any help and idea.
Code (fw): Select all Collapse
oBrw2:nRowDividerStyle := LINESTYLE_NOLINES



New DATA nHeadDividerStyle ( init value NIL )
Initially a simple implementation in this version.

The style applies to both Header and Footer and affects
FLAT style browses only ( :lFlatStyle == .t. )

Permitted values are NIL (default behavior) or
LINESTYLE_NONE only.

When set to LINESTYLE_NONE
(a) if nColDividerStyle also is set to 0,
Column Divider is not painted in Header and Footer.
(b) if nRowDividerStyle also is set to 0,
horizontal dividers are not painted in Header/Footer.
Francisco J. Alegría P.

Chinandega, Nicaragua.



Fwxh-MySql-TMySql
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: How to use xBrw:nHeadDividerStyle ?
Posted: Thu Nov 05, 2020 02:42 PM

Dear Francisco,

I use ::lFlatstyle := .T. , but I need horizon line in group header. I
How to paint horizontal dividers with LINESTYLE_LIGHTGRAY?

Thank you for any idea.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)

Continue the discussion