Discussion:
How can I set the printer bin in Rave reports
(too old to reply)
riweber
2007-04-20 09:45:27 UTC
Permalink
How can I set (during runtime) the printer bin of a specific printer in
Rave reports?
Eldon Lewis
2007-04-26 18:35:16 UTC
Permalink
If this is a visual report then you can use the FindRaveComponent to find
the page and then assign the Bin or BinCustom property.

For informaiton on how to use the FindRaveComponent method, see the
following url:

http://tinyurl.com/jpze5

Eldon Lewis
Nevrona Designs
Post by riweber
How can I set (during runtime) the printer bin of a specific printer in
Rave reports?
riweber
2007-05-02 10:48:56 UTC
Permalink
Thank you!
Post by Eldon Lewis
If this is a visual report then you can use the FindRaveComponent to find
the page and then assign the Bin or BinCustom property.
For informaiton on how to use the FindRaveComponent method, see the
http://tinyurl.com/jpze5
Eldon Lewis
Nevrona Designs
Post by riweber
How can I set (during runtime) the printer bin of a specific printer in
Rave reports?
Eldon Lewis
2007-04-26 18:27:13 UTC
Permalink
Include RpDevice in your uses statement and then call the following method.

RpDev.SelectBin('BinName', false);

The second parameter indicates that you do not want an exact match when
searching for the bin name.

Eldon Lewis
Nevrona Designs
Post by riweber
How can I set (during runtime) the printer bin of a specific printer in
Rave reports?
Loading...