I have a report (not a very complicated one either) that develops a really odd formatting problem when you export to DHTML. The details section has a formatting formula in it to alternate every 3 records as silver or white, when it is exported to DHTML a thin white line appears in the middle of the grey sections. Here is the formula that I've been using (I suspect it's something to do with this):
if (recordnumber+2) mod 6 > 2
then crsilver
else crwhite
Any siggestions for why this might happen? I'm using the same formula with a different report with no problem.
i'm using CR 8.5
if (recordnumber+2) mod 6 > 2
then crsilver
else crwhite
Any siggestions for why this might happen? I'm using the same formula with a different report with no problem.
i'm using CR 8.5