Re: Printing a text file from Oracle Forms

From: Valery A. Sorokin <vsorokin_at_dd.ru>
Date: Thu, 13 Aug 1998 12:09:09 +0400
Message-ID: <35D29F25.7FC8889A_at_dd.ru>


Try to use HOST built-in:

    HOST('copy filename.txt PRN')
or HOST('copy filename.txt PRN > nul', NO_SCREEN)

I'm not sure, but may be it will helps you.

Mike Coldewey wrote:
>
> Is there a way (in Windows 95 or NT) to print a text file from Oracle
> Forms (4.5)? We are generating a report via Pro*C programs and they
> produce a text file. How can we send the file to the printer
> programmatically?
> Mike

-- 
Valery A. Sorokin
ProSoft, Russia, Moscow, Information Systems Division
Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoftmpc.msk.su
http://www.dd.ru
Received on Thu Aug 13 1998 - 10:09:09 CEST

Original text of this message