-outputBin
(Merge only) (As of 3.0.002.05)
Override the default output bin defined in the form properties.
Syntax
-outputBin
binId
Description
The Form Properties dialog allows you to set an output bin to be used. Using this command line option allows you to override that setting at Merge run time. Note that the Page Properties dialog allows you to set the output bin for each page layout, however most often that is left to the setting "Leave setting currently in effect". It is those pages that may be affected by setting this default, form level, output bin setting.
Of course this can also be overridden by script on objects and in fact is identical to saying this._outputBin = _1001{_};
in the form object script.
binId must be one of the numerical identifiers defined in the applicable .prt
(printer configuration file) for output bins. Typical values are 1001, 1002, ...