Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multicolumn report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00773006
Message ID:
00773105
Views:
8
>Some of those groups are less then 10 entries. So for 10 such groups it would give me 10 pages instead of 2-3.
>Some of the groups contain hundreds of lines. That is where I wanted to save some paper.
>
>It's not really a big issue. I just thought there might be a quick workaround.

Roman,

Add a new Variable to the Report:
lPrintGroupHeader; Value to Store: lPrintGroupHeader = lPrintGroupHeader; Initial Value: .T.

Group Header: On Exit: _VFP.SetVar(lPrintGroupHeader, .F.)
Group Footer: On Exit: _VFP.SetVar(lPrintGroupHeader, .T.)
Page Footer: On Exit: _VFP.SetVar(lPrintGroupHeader, .T.)

Any Label/TextBox/Line/Ect.. in Group Header
Print When: Print only when expression is true: lPrintGroupHeader
Print When: Remove line if blank: checked

Try this out.

Tracy
Tracy
Previous
Reply
Map
View

Click here to load this message in the networking platform