I'm trying to apply a shadow to a group footer line at no avail. Here is my current code:
- Code: Select all Expand view
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.