Re: [Gambas-user] gb.report question on setting printer to print to

2014-05-07 Thread Willy Raets
On Tue, 2014-05-06 at 21:55 +0200, Fabien Bodard wrote: > hi willy > > > the option is available since 3.5.3 > > Report.Print(optional MyPrinter as printer) > > if printer is defined then the configure box will not show. > > > dim hprinter as new printer > > hprinter.name = HP-LaserJet > >

Re: [Gambas-user] gb.report question on setting printer to print to

2014-05-06 Thread Fabien Bodard
hi willy the option is available since 3.5.3 Report.Print(optional MyPrinter as printer) if printer is defined then the configure box will not show. dim hprinter as new printer hprinter.name = HP-LaserJet report.print(hprinter) 2014-05-05 17:39 GMT+02:00 Willy Raets : > Hi all, > > I have

[Gambas-user] gb.report question on setting printer to print to

2014-05-05 Thread Willy Raets
Hi all, I have this situation where I have multiple printers available. Say they are named HP-LaserJet (default) and HP-Color. I do not want a Report Preview but print directly to either one of both printers available to the system. Now most reports I made need to go to the default printer being