Re: [Gambas-user] Sending direct to printer

2008-08-12 Thread Ron Onstenk
On Tuesday 12 August 2008, charlesg wrote: > > SHELL "htmldoc --bodyfont Sans --outfile /home/c/Documents/tfc.pdf --webpage > /home/c/Documents/tfc.htm" WAIT > SHELL "lpr /home/c/Documents/tfc.pdf" WAIT > > rgds When I do understand it right Richard does not want the dialog for the printer. Th

Re: [Gambas-user] Sending direct to printer

2008-08-11 Thread charlesg
SHELL "htmldoc --bodyfont Sans --outfile /home/c/Documents/tfc.pdf --webpage /home/c/Documents/tfc.htm" WAIT SHELL "lpr /home/c/Documents/tfc.pdf" WAIT rgds -- View this message in context: http://www.nabble.com/Sending-direct-to-printer-tp18918275p18938687.html Sent from the gambas-user maili

Re: [Gambas-user] Sending direct to printer

2008-08-11 Thread richard terry
On Mon, 11 Aug 2008 05:49:51 pm Stefano Palmeri wrote: > Il lunedì 11 agosto 2008 01:40:37 richard terry ha scritto: > > I'm using the webbrowser component to display forms I'm making out of > > html, and then the print function from this, but of course if pops up the > > print dialog. > > > > I w

Re: [Gambas-user] Sending direct to printer

2008-08-11 Thread Stefano Palmeri
Il lunedì 11 agosto 2008 01:40:37 richard terry ha scritto: > I'm using the webbrowser component to display forms I'm making out of > html, and then the print function from this, but of course if pops up the > print dialog. > > I wondered how to send something directly to a user-defined printer? >

[Gambas-user] Sending direct to printer

2008-08-10 Thread richard terry
I'm using the webbrowser component to display forms I'm making out of html, and then the print function from this, but of course if pops up the print dialog. I wondered how to send something directly to a user-defined printer? Any help appreciated. thanks Richard ---