Page 1 of 1

stimulsoft with scriptcase

Posted: Thu Oct 25, 2012 8:00 pm
by nigri
Hi, I am new to the forum and would like to know if you have someone who uses the tool stimulsof scriptcase version 6 and has an example.
because I'm testing the generator report

If anyone want to know this tool www.scriptcase.com

a hug

Nigri :?:

Re: stimulsoft with scriptcase

Posted: Fri Oct 26, 2012 6:31 am
by HighAley
Hello.

Could you specify how do you want to use Reports.Fx for PHP with ScriptCase?
To use it you shoud just copy scripts on the server and add link to index.php file.
You could read about it in the Stimulsoft Reports.Fx for PHP FAQ

Thank you.

Re: stimulsoft with scriptcase

Posted: Thu Feb 21, 2013 2:08 pm
by suyonob
Yeah, i'm combined Scriptcase 6 and stimulsoft too to make Report, dashboard, etc. And the Result Was Great !.

Suyono

Re: stimulsoft with scriptcase

Posted: Thu Feb 21, 2013 2:26 pm
by nigri
Hello Suyonob,

could set an example of how to call this report?

thanks

Re: stimulsoft with scriptcase

Posted: Thu Feb 21, 2013 3:40 pm
by suyonob
Yeah, in my path to call report from *.mrt... i'm entered path like this :
http://127.0.0.1/quickstart/stimulsoft/ ... basuni.mrt
(without parameter)
http://127.0.0.1/quickstart/stimulsoft/ ... rt&param1=
(if you want use param1 as your paramater.. of course you will)

to make parameter in sc, in PHP Button you could concatenate with id table that you want to print invoice for example :
sc_redir("http://127.0.0.1/quickstart/stimulsoft/ ... aram1".{id});
(like that)

consider if you entered your *.mrt files like picture i attached (path description.png)

I hope it can help you. :)

Suyono