Hi.
I'm trying to apply a shadow to a group footer line at no avail. Here is my current code:
No errors, but it just doesn't do anything.
Can someone help?
Thank you,
Reinaldo.
I'm trying to apply a shadow to a group footer line at no avail. Here is my current code:
  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.