Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can select a printer for each page
Message
From
20/10/2003 08:52:48
 
 
To
20/10/2003 08:31:51
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00840213
Message ID:
00840218
Views:
15
I have not tested this but if may be possible to include a function in a report variable which will execute
if not empty(cursor.graphicsfield)
  lcprinter = getprinter()
  set printer to name (lcPrinter)
else
  set printer to name laser
endif
Glenn

>I have a report with a lot of pages.
>
>This report is printed in a Laser printer, but some pages have graphics I need to send to a laser color printer.
>
>Can I detect when a page contain a coloured graphic and send this page to the laser color printer?
>
>How?
>
>Thanks
>José Luis.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform