I knew I put those SET CONSOLE commands in there for some reason!
(IOW, I had the same problem(s), and kind of lost track of just which command in which sequence solved which problem!)

Glad you have success, Jeff

Dan


On 06/06/13 12:44 PM, Jeff Johnson wrote:
     SET PRINTER TO (p_file)
     SET DEVICE TO printer
     SET CONSOLE off
     SET PRINTER ON

IF print_ok
   IF PCOUNT() < 2
     DO (printprog)
   ELSE
     DO (printprog) with tuparm
   ENDIF
ENDIF

print_ok = pr_eject()

SET DEVICE TO SCREEN
SET PRINT off
SET CONSOLE on
SET PRINTER TO

Then I do rawprint

This works.

Thanks,

Jeff



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to