Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to eject a report page and continue on the next page
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00390522
Message ID:
00393261
Views:
20
>Hi Nadya
>
>If you haven't solved this yet try the following:
>
>In the group footer insert at the end a field containing only
>a CHR(12) (I think it's twelve, but I have no printer handbook
>at hand here at home <g>) this should do an eject. Now to make
>it only happen on odd pages enter in the print codition the
>statement MOD(_pageno,2) = 1. This will be true on every odd
>page where the footer is printed on.
>
>HTH
>Markus


Hi Markus,

Actually, it was the first thing we tried. It works perfectly in DOS version of this Report, but doesn't work in VFP. It either produced squar box or just nothing... :(
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