Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tray selection
Message
From
14/10/2004 10:10:06
 
 
To
14/10/2004 09:42:42
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00951062
Message ID:
00951394
Views:
15
OK I am sorry, I may not understand who you do that!

Let say I want to use the same FRX to generate 1 page from tray1 and next page on tray2
next one on tray1 etc. and I print to a file myfile.prn and I am using PrintFile utility to print that file on a network printer because here we have operator running printer and we never send the file directly to the printer spooler.

Sample program:

select Report.dbf
go top
do while .T.
if eof()
exit
endif

set printer to "myprintername Tray1"
Report Form MyReport Next 1 To Myfile.prn
skip

set printer to "myprintername Tray2"
Report Form MyReport Next 1 To Myfile.prn
skip
loop
enddo

What you do to print all in the same Myfile.prn file?


>I still don't understand what is the problem? I also print thousands of invoices and >other papers per day, and we never have any problem with the papers getting out of >sync, if that is your problem. In some situations we use the same FRX to report to >different papers taken from different paper trays. In our system we have a HP5SIMX >with four paper trays. We have a WIN2K server set up as a printer server, and it takes >care of the queues. No problemo!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform