How to use xBrw:nHeadDividerStyle ?

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

How to use xBrw:nHeadDividerStyle ?

Post by dutch »

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: Select all

oBrw2:nRowDividerStyle := LINESTYLE_NOLINES
Image
Regards,
Dutch

FWH 19.01 / 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)
User avatar
FranciscoA
Posts: 1964
Joined: Fri Jul 18, 2008 1:24 am
Location: Chinandega, Nicaragua, C.A.

Re: How to use xBrw:nHeadDividerStyle ?

Post by FranciscoA »

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: Select all

oBrw2:nRowDividerStyle := LINESTYLE_NOLINES
Image
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.

Fwxh1204-MySql-TMySql
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: How to use xBrw:nHeadDividerStyle ?

Post by dutch »

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 19.01 / 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)
Post Reply