Re: [Gambas-user] gb.report Question

2015-02-06 Thread Fabien Bodard
Ok Le 6 févr. 2015 14:37, Johny Provoost johny.provo...@skynet.be a écrit : I'll try to cut that peace off, otherwise I'll send the whole project. Op 06-02-15 om 14:07 schreef Fabien Bodard: Can you send me à project that Show how you are doing Le 6 févr. 2015 12:39, Johny Provoost

Re: [Gambas-user] gb.report Question (Solved)

2015-02-06 Thread Fabien Bodard
Le 6 févr. 2015 16:20, Johny Provoost johny.provo...@skynet.be a écrit : Fabien, While try to isolate the code I'll found the problem. A stupid list wasn't updated with the new data. Well, I'm only a would-be programmer (and an old one too), not a professional so I'm do some stupid things.

[Gambas-user] gb.report Question

2015-02-06 Thread Johny Provoost
I have a program which the possibility to print to print address labels with gb.report. Works perfectly but I always have to close the program before I can print the same report with different data. It always put the first data into the report. My code to put data on the labels is in the _New

Re: [Gambas-user] gb.report Question (Solved)

2015-02-06 Thread Johny Provoost
Fabien, While try to isolate the code I'll found the problem. A stupid list wasn't updated with the new data. Well, I'm only a would-be programmer (and an old one too), not a professional so I'm do some stupid things. So in fact, indirectly, you solve my problem :). Thank you for this and

Re: [Gambas-user] gb.report Question

2015-02-06 Thread Johny Provoost
I'll try to cut that peace off, otherwise I'll send the whole project. Op 06-02-15 om 14:07 schreef Fabien Bodard: Can you send me à project that Show how you are doing Le 6 févr. 2015 12:39, Johny Provoost johny.provo...@skynet.be a écrit : I have a program which the possibility to print

Re: [Gambas-user] gb.report Question

2015-02-06 Thread Fabien Bodard
Can you send me à project that Show how you are doing Le 6 févr. 2015 12:39, Johny Provoost johny.provo...@skynet.be a écrit : I have a program which the possibility to print to print address labels with gb.report. Works perfectly but I always have to close the program before I can print the

Re: [Gambas-user] gb.report question

2014-10-25 Thread Willy Raets
On do, 2014-10-23 at 07:37 +0200, Fabien Bodard wrote: Van toi sens me en example I'll try to come up an example for you. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org

[Gambas-user] gb.report question

2014-10-22 Thread Willy Raets
Hi all, I have a report that exists of 3 'blocks of data' that are fed by 3 different result sets from a MySql database. All works fine as long as all result sets have data. Now, one of the results sets CAN be empty (this is intentional and just means that the block of data for that result set

Re: [Gambas-user] gb.report question

2014-10-22 Thread Fabien Bodard
Van toi sens me en example ? Le 22 oct. 2014 16:58, Willy Raets wi...@earthshipbelgium.be a écrit : Hi all, I have a report that exists of 3 'blocks of data' that are fed by 3 different result sets from a MySql database. All works fine as long as all result sets have data. Now, one of the

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

[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