Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: REPORTS and Multi-Bin Units
David,
haven't actually done this, but:
David Bosch Geli wrote:
> Hello.
>
> I have a problem with Report Builder and my brand new printer.
>
> I am using "Report Builder version 3.0.5.8.0".
>
<snipped the printer details>
> We want to print a report. This report containts pages that are for diferent
> persons. We want to put the papers that are for the diferent persons in the
> diferent "output bins" of our printer. We do this because we don't want that
> these persons lose time choosing what pages are for one and what are for the
> others. For exemple:
>
> We want that the person 1 takes his documents from the "output bin" #1. We
> want that the person 2 takes his documents from the "output bin" #2. Etc.
>
> We have the PCL code that determines what "output bin" choose the printer.
> But we don't know where/how to put this code in the Report. We don't know
> how to send it to the printer without using the character mode (we want to
> print in bitmap mode).
First, you'll have to send the code at the very beginning of the report: the 'before report' trigger would be the place to do this. Then, within the users group, you would need some formula column, that generates the 'take the next bin' PCL string.
Guess your problem is right there:
you do _need_ a reference to the destination (aka person 1, person 2, etc)
within you report.
Again, this is all hypothetical, but hope it helps.
Good luck!
--
Met vriendelijke groet,
kind regards,
Frank van Bortel
Technical consultant Oracle
V&L Informatica BV
Work Home Postbus 545 Hunzestraat 4 7500 AM Enschede 7555 WB Hengelo (31)53.434.1500 (31)74.242.5046Received on Thu Apr 15 1999 - 02:32:30 CDT
![]() |
![]() |