1. RE: page eject

so have you tried:

my_printer = open("PRN", "w") -- open printer for output
puts( my_printer, 12 )

-- Brian

george wrote:
> EUman, I'm not sure this will do it. I'm trying to resume the printout 
> at the top of the next page. On the current system I am using I print an 
> chr$(12) to 'form feed'.
> 
> ..george
>   ----- Original Message ----- 
>   From: euman at bellsouth.net 
>   To: EUforum 
>   Sent: Thursday, July 12, 2001 3:34 PM
>   Subject: Re: page eject
> 
> 
> 
>    
>   I use DestroyWindow ( ) which kills the thread message queue.
>   this eliminates the cancel hdlg created by the printdlg and ejects the 
>   page.
>    
>   If this is what you want,
>    
>   I should have examples for this soon on the user contrib page/
>   though not written for win32lib.
>    
>   Euman
>   euman at bellsouth.net
>    
>    
>     ----- Original Message ----- 
>     From: gwalters at sc.rr.com 
>     To: EUforum 
>     Sent: Thursday, July 12, 2001 11:09
>     Subject: page eject
>      
>     ..george
> ==^======This email was sent to: euman at bellsouth.net
> 
> 
>

new topic     » topic index » view message » categorize

2. RE: page eject

george

   atom fn
   fn = open("PRN", "w")
   puts(fn, 12)
   close( fn )

Bernie

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu