SelectBin(BinName: String)
Select the printer bin (tray) for a print Job. BinName is a text string exactly as the bin name appears in the printer properties.
Note, this will only function correctly before printing has begun on a page, such as in the BeforeReport code, or in the PageFooter of the previously page.
Note: SelectBin applied in BeforeReport code re-executes the BeforeReport code.
For example:
If PartNumber = 2 then SelectBin("Tray 2")
SelectBin function syntax has these named arguments:
Parameter |
Description |
Bin Name |
Required. Name of the printer bin (tray) to select. |