Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to print a text file in Forms4.5

Re: How to print a text file in Forms4.5

From: Yu Dong <yudong_at_mcmail.cis.McMaster.CA>
Date: 1998/04/16
Message-ID: <6h54k4$aku@mcmail.CIS.McMaster.CA>#1/1

 The following codes work in Windows NT, maybe the same in Windows 95

 Take the print port to be lpt3

       HOST('type c:\Oracle\print\comp.txt > lpt3', NO_SCREEN); 
	HOST('print /d:LPT3 c:\oracle\print\comp.txt', NO_SCREEN); 

Yu Received on Thu Apr 16 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US