Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NOW: How to print a range of pages from preview ???
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00409823
Message ID:
00409838
Views:
17
>Hi, I need to print a range of page.
>I have a previewed report of 100 pages. The user navigate through this pages and he wants to select some pages to send to the printer.
>How can I get it ???
>
>Thanks in advance for your help.
>Is very important to me solve this topic very fast. I have only 30 minutes.

You'll have to let the user preview the report, find the pages they want, close the report, then select to send it to the printer. At this point, include the PROMPT clause in the REPORT FORM command
** user hits preview
REPORT FORM myreport PREVIEW
** while in the preview, they have decided to print
** pages 50-55
** now the user can hit Print
** in the prompt, they can select the page range
REPORT FORM myreport TO PRINTER PROMPT
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform