Printing Options

jberry123

Active Member
Hi List,
Do any of you know of a way we can make a particular Report Hold in a queue
without printing - Or even assign a specific printer for that report. Can
you also do a 'Save after Printing'?

Example.
When you run Automatic Payment Processing, It prints off R04572 (Which are
the checks and then it runs a report R04573.

We need to beable to make one of these hold till the user releases them or
somthing of that sort. The problem we are having is the checks print off
and then the report is kicked off immediately after the checks but they are
going to the same printer so the report writes over some of the checks.

Any help would be greatly appreciated.

Thanks,
JB
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.
 
In the Network queue settings turn PrintImmediate to False.This will hold the output unitl the user releases the output.

[NETWORK QUEUE SETTINGS]
UBEQueue=QB7332
UBEPriority=5
PrintImmediate=FALSE

Also you can code a UBE to always use the same printer in RDA, select Report and Printer or Print Options and select the printer to use within the RDA design. This should send the report to this printer each time. The best way to make this change is to check out the report version using the advanced option in Batch Versions and change only 1 specific version.

Tull
 
You may also run on your local workstation and release to your network/local printer later on.
 
Back
Top