on 2009 May 02 3:41 PM
Hello Friends,
I have a crystal report, Crystal Report contains a Table and I change the alternate color of the Rows using the following formula:
if RecordNumber mod 2 = 0 then crSilver else crNoColor
I want the alternate color to be within the Table, but the alternate color is applied outside the Table also. How to do it?
Thanks.
If I understand correctly, the entire background of the details section gets the colour, not just the area within the verticle lines. If so, then two possibilities, don't use verticle lines so that there is no border.
If this solution is not useful, then while I haven't tried this, you might be able to use an image, set up the size you need (assuming the details section does not extend vertically) and set the conditional suppression to suppress using a similar mod formula.
Hope this helps
rasinc
Edited by: rasinc on May 3, 2009 5:25 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.