Oct 26, 2007 #1 Rosy1 Technical User Joined Aug 6, 2003 Messages 19 Location US Is there a way in Crystal 9 to alternately shade the detail records on a report? All I have been able to do is the entire background of the detail. Thanks... Rosy
Is there a way in Crystal 9 to alternately shade the detail records on a report? All I have been able to do is the entire background of the detail. Thanks... Rosy
Oct 26, 2007 1 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Go to the section expert->details->color tab->background->x+2 and enter: if remainder(recordnumber,2) = 0 then crYellow else crNoColor -LB Upvote 0 Downvote
Go to the section expert->details->color tab->background->x+2 and enter: if remainder(recordnumber,2) = 0 then crYellow else crNoColor -LB
Oct 26, 2007 #3 zemp Programmer Joined Jan 27, 2002 Messages 3,301 Location CA See thread149-1201111. zemp Upvote 0 Downvote