Karen, thank you very much. I tried that but it doesn't work.
How is the vcounter var set in the first place ? Could it be there is some reference lacking for this var ? Luc From: [email protected] Sent: Wednesday, June 30, 2010 4:19 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: zebra stripes on reports Luc: Well, it's pretty easy, but not as easy as a setting you can check. Here's the directions that I have: 1. Locate a rectangle over the entire detail row, componentID of "ZebraRectangle". Make a fill color of White and line color of White 2. On the detail band before generate eep: IF vCounter = 0 THEN SET VAR vCounter = 1 PROPERTY ZebraRectangle BRUSH_COLOR 'LIGHT GRAY' ELSE SET VAR vCounter = 0 PROPERTY ZebraRectangle BRUSH_COLOR 'WHITE' ENDIF Karen i have a report and I want to print the detail lines with a "zebra" stripe pattern, in a color of my choice. How to do this is obvious for forms, but I haven't sorted out yet how to do this on a report. I suppose it will also be something simple...... Any help would be welcome... Luc delcoigne

