Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tray selection
Message
From
15/10/2004 13:21:38
 
 
To
15/10/2004 12:06:23
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00951062
Message ID:
00951775
Views:
7
Yes, but I do not understand the need for the loop? Can you describe the purpose of each of the reports? For example, is each report for only one record maybe like an invoice or something and then you need to send a cover letter with it that will print on letterhead so it needs to print from a different tray? I am trying to imagine what you are exactly trying to do.

For example, if you are stepping through a table and printing two reports for every record than a loop makes sense. You can send reporta to printera and reportb to printerb with no problem. Is that what you mean? You can do that by either specifying the papertray in the frx (as in the previous messages) or by configuring two printers in windows that each print to the same printer but from a different paper tray (as Tore suggested).


>Hi Tracy can you tel me if it is possible to have 2 reports, first setup on tray1 and next on tray2 and I will create a textfile.prn were both reports will print to.
>exp: just one datastream
>select mytable
>go top
>do while...
> if eof()
> exit
> endif
> set printer to name PrinterName
> report form myfirstTray next 2 to file textfile.prn
> report form myNextTray next 2 to file textfile.prn
> loop
>enddo
>set printer to
>...
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform