Crystal Report 7 Alternate Row Color -


i'm trying make report using crystal report 7. i'm having trouble when tried make odd detail become white , detail become gray

here i've tried enter image description here

i'm waiting answer. thx

take @ link, might you. http://victoriayudin.com/2009/03/31/alternating-shading-for-lines-in-crystal-reports/

or try this: if recordnumber mod 2 = 0 crwhite else crsilver.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -