Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Reports and page numbers
Message
 
 
To
02/02/2000 16:19:29
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00326398
Message ID:
00326429
Views:
22
Hi Stanley,

Suppose, you have 3 reports, Rep1, Rep2, Rep3 and you want Rep2 to be continued after Rep1, and Rep3 to be continued after Rep2.
You may use variable, say, PageNum in Rep2 and Rep3 instead of _pageno.
Then you need
Run first report
PageNum=_pageno
run second report
PageNum=_pageno+PageNum

>Is there an easy way to print multiple report forms but have the
>page numbers be continuous? If the first of three reports ends
>with page 4, I would like the second report to start with 5, etc.
>Thanks for any help.
>
>Stan Symons
>
>PS I'm using VFP 5.0
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform