FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Treport -apply shadow to a group footer line
Posts: 990
Joined: Thu Nov 17, 2005 05:49 PM
Treport -apply shadow to a group footer line
Posted: Tue Jan 04, 2011 07:07 PM
Hi.

I'm trying to apply a shadow to a group footer line at no avail. Here is my current code:

Code (fw): Select all Collapse
    oReport:aGroups[1]:bHeadFont := {||4}
    oReport:aGroups[1]:bFootFont := {||5}
    
    //shadow group sub-totals (footer) line
    oReport:aClrText[ 5 ] := { CLR_WHITE, RGB( 227, 170, 180 ) }


No errors, but it just doesn't do anything.

Can someone help?

Thank you,


Reinaldo.

Continue the discussion