| View previous topic :: View next topic |
| Author |
Message |
riweber Guest
|
Posted: Fri Apr 20, 2007 2:45 pm Post subject: How can I set the printer bin in Rave reports |
|
|
How can I set (during runtime) the printer bin of a specific printer in
Rave reports? |
|
| Back to top |
|
 |
Eldon Lewis Guest
|
Posted: Thu Apr 26, 2007 11:27 pm Post subject: Re: How can I set the printer bin in Rave reports |
|
|
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
"riweber" <weberedv (AT) atnet (DOT) at> wrote in message
news:46288bb7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How can I set (during runtime) the printer bin of a specific printer in
Rave reports? |
|
|
| Back to top |
|
 |
Eldon Lewis Guest
|
Posted: Thu Apr 26, 2007 11:35 pm Post subject: Re: How can I set the printer bin in Rave reports |
|
|
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
"riweber" <weberedv (AT) atnet (DOT) at> wrote in message
news:46288bb7$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How can I set (during runtime) the printer bin of a specific printer in
Rave reports? |
|
|
| Back to top |
|
 |
riweber Guest
|
Posted: Wed May 02, 2007 3:48 pm Post subject: Re: How can I set the printer bin in Rave reports |
|
|
Thank you!
Eldon Lewis schrieb:
| Quote: | 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
"riweber" <weberedv (AT) atnet (DOT) at> wrote in message
news:46288bb7$1 (AT) newsgroups (DOT) borland.com...
How can I set (during runtime) the printer bin of a specific printer in
Rave reports?
|
|
|
| Back to top |
|
 |
|