Showing posts with label printed. Show all posts
Showing posts with label printed. Show all posts

Friday, March 23, 2012

Row selection

Hi,

Just curious, can the crystal report show (during report view and in the printed report) different background colour for alternate rows?

For example:
1 row background colour =silver
2 row background colour = yellow
3 row background colour = silver
and so on

thanksHi,
In the details background color write the formula
if recordnumber mod 2=1 then silver
else yellow
Madhivanan|||Thank You... :)

Anyway, is there any sites that I can refer to for this kind of code for crystal report?