Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Page breaks
Message
 
 
To
18/08/2002 16:04:20
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00690895
Message ID:
00690898
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi All
>
>I have a requirement that I need to have an optional page break on a data group. How would I do
>this?

You can do it following way
- In the calling ptogram create variable that'll control page break on a data group, for example llGroupBreak = .F.
- Create another data group with the same data grouping and 'Start Each Group On a New Page' checked and move it up before your existing group.
- Change Group Expression for new group to
IIF(llGroupBreak, < Existing Group Expression >, SPACE(1))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform