RE: page eject
- Posted by Brian Broker <bkb at cnw.com> Jul 12, 2001
- 351 views
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 > > >