Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add blank page for group ends on odd page
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00384046
Message ID:
00384054
Views:
23
>I didn't test this, but it might work or at least give you an idea:
>
>- Add a summary band and tell it to be on it's own page
>- Add a field to it that does a PRINT WHEN if _pageno is even
>- Remove line if blank
>
>Michelle
>

Hi Michelle,

My manager just showed me the technique he used in old R&R system:
if mod(_pageno,2)>0 insert chr(12). I'll try this idea first, and if it would not work, I try your idea.
>
>>Hi everyone,
>>
>>Since I haven't received any answers on this problem, I re-post here.
>>I have a report with groups. Our customer makes a requiest: if Grooup ends on odd page, the new blank page should be inserted into report, otherwise we don't need to insert pages.
>>
>>Is it possible to do in VFP report writer? (This report is very complicated and I spent some time designing it, so I don't want to re-design).
>>
>>Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform