Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › writing out to virtual printer › Reply To: writing out to virtual printer
For example, it might be easiest to make a file thread that writes to /dev/null and calls your print routine from the outbound data proc.
Found an example in the scripts area:
http://clovertech.infor.com/viewtopic.php?t=179http://clovertech.infor.com/viewtopic.php?t=179
Either way, more error checking might be good: If the print command fails, you could send a copy of the message to the ERROR database. Alternatively, you could KILL successfully printed messages and continue any failed ones to a file or other thread. There are almost too many options.