stimulsoft with scriptcase

Stimulsoft Reports.PHP discussion
Post Reply
nigri
Posts: 2
Joined: Thu Oct 25, 2012 5:14 pm

stimulsoft with scriptcase

Post 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 :?:
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: stimulsoft with scriptcase

Post 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.
suyonob
Posts: 19
Joined: Mon Feb 18, 2013 6:42 am

Re: stimulsoft with scriptcase

Post by suyonob »

Yeah, i'm combined Scriptcase 6 and stimulsoft too to make Report, dashboard, etc. And the Result Was Great !.

Suyono
nigri
Posts: 2
Joined: Thu Oct 25, 2012 5:14 pm

Re: stimulsoft with scriptcase

Post by nigri »

Hello Suyonob,

could set an example of how to call this report?

thanks
suyonob
Posts: 19
Joined: Mon Feb 18, 2013 6:42 am

Re: stimulsoft with scriptcase

Post 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
Attachments
Path Description : Place where *.mrt files you Could Locate.
Path Description : Place where *.mrt files you Could Locate.
path description.png (104.37 KiB) Viewed 4054 times
Scriptcase and Stimulsoft Combination on my Simple Apps.
Scriptcase and Stimulsoft Combination on my Simple Apps.
sc_stimulsoft.png (44.32 KiB) Viewed 4054 times
Post Reply