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 smalltalk source code...

For Unixy platforms see OSSubprocess:

Metacello new
    configuration: 'OSSubprocess';
    repository: 'github://marianopeck/OSSubprocess:master/repository';
    version: #stable;
    load.


HTH,
Alistair

Reply via email to