I am trying to direct reports to 2 local printers, and am having no luck.
Using a simple program to illustrate,
****
use temp
SET PRINTER TO COM1, 9600, N, 8, 1, S, RL
report form mpshp001 to print
use temp
set printer to LPT1
report form hp01 to print
****
both reports are directed to the...