Re: [Pharo-users] Database band reports...

2016-07-11 Thread Alistair Grant
On Mon, Jul 11, 2016 at 09:00:27AM +0200, anonyme wrote: > Ok, that's the response I imagined. So, I will use Jaspert report... But a > last question : Do you know is I could push a bouton into my Smalltalk > application and run a jasper report like this ? I think I could run any a > process from s

Re: [Pharo-users] Database band reports...

2016-07-11 Thread anonyme
Ok, that's the response I imagined. So, I will use Jaspert report... But a last question : Do you know is I could push a bouton into my Smalltalk application and run a jasper report like this ? I think I could run any a process from smalltalk source code... Thank you again ! Patrick Le 09/07/

Re: [Pharo-users] Database band reports...

2016-07-09 Thread Ben Coman
I had a poke around and couldn't find any API documentation. If you can find this someone could give a more considered opinion. If you store your data in a relational database, perhaps you could use a third party report generator like Pentaho or JasperReports[1]. I believe these are designed to

Re: [Pharo-users] Database band reports...

2016-07-08 Thread anonyme
Ok, thanks you for responses. A band report is more than a PDF generator... It's a queries manager with varaible management facilities : details queries connect to master query, and you can manage sub report bottlenek into other master reports. The band report generator has the ability to manag

Re: [Pharo-users] Database band reports...

2016-07-08 Thread Ben Coman
On Fri, Jul 8, 2016 at 5:45 PM, stepharo wrote: > Hi patrick > > What is a band report? http://webhelp.evisions.com/HelpFiles/Argos/4.2/en/Content/10101001.html Sorry Patrick. Pharo has such a GUI report generator. But Artefact seems to provide similar features via code... https://ci.inria.fr/

Re: [Pharo-users] Database band reports...

2016-07-08 Thread stepharo
Hi patrick What is a band report? Did you check Artefact because you can generate pdf with Artefact. Stef Hi, My previous message stayed without responses, so I published it agin... I'm looking for a database band report component. The goal is to build quickly a PDF report from SQL requests

[Pharo-users] Database band reports...

2016-07-08 Thread patrick71
Hi, My previous message stayed without responses, so I published it agin... I'm looking for a database band report component. The goal is to build quickly a PDF report from SQL requests. An exemple is Lazreport, this is a tutorial . -- V