Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detail bands
Message
From
17/04/2002 08:40:09
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
17/04/2002 07:59:07
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00645722
Message ID:
00645838
Views:
12
>>Is there a way to shade alternate lines in a detail band. I want to to this to help visually following a wide report across many columns
>>
>>Dennis
>
>Dennis,
>
>Put: RECNO() % 2 == 1 in the 'print when' of the box you want to use in the detail band.
>
>HTH
>Mike

That would give irregularities if you SET ORDER TO in an existing table, a SET FILTER, or, in some cases, a query without NOFILTER. The wizard-generated report uses a report variable instead (incremented by 1 for each record); otherwise, it uses the same basic idea: Variable % 2 = 1

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform