Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Page breaks
Message
From
19/08/2002 11:29:56
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:
00691069
Views:
29
That will work great. Thanks for helping once again Sergey.
>>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))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform