Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Group Headings
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00517100
Message ID:
00517130
Views:
29
>If I had a check box which specified if it printed on a new page, what would the statement look like?
>
>
>TIA,
>Jim

Jim,

What is your question? If you want to print headers on the new page only depending on some condition (say, you want to print headers on odd pages and don't print on even), you can control it by placing some logic in Print When expression of all controls in your header. In my example it would be:
you check remove line if blank and in print when type:
mod(_pageno,2)=1

Only odd pages would have Header printed.

If you want to control, in which cases start group on New page and in which - don't, there is no easy way and may be no way at all. At least I can not think about easy solution, this trick would require re-process this report twice.

So, tell us exactly what your requirements are, so we can say something more definite.

HTH
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform