calling report in PHP Code!
calling report in PHP Code!
Hello again the Stimulsoft Team.
I have another question for you. How to call the report in my php code directly? In another version ( stimulsoft report.net for example) it can like this:
[C#]
StiReport report = new StiReport();
report.Load("report.mrt");
What about in this version (stimulsoft report fx for PHP) ? Would you please help me to do it?
thanks before
best regards,
I have another question for you. How to call the report in my php code directly? In another version ( stimulsoft report.net for example) it can like this:
[C#]
StiReport report = new StiReport();
report.Load("report.mrt");
What about in this version (stimulsoft report fx for PHP) ? Would you please help me to do it?
thanks before
best regards,
calling report in PHP Code!
Hello,
Unfortunately, in Reports.Fx for PHP this possibility is not available, because all actions with the report (such as generation and export) occur on the client side by the Flash application.
Thank you.
Unfortunately, in Reports.Fx for PHP this possibility is not available, because all actions with the report (such as generation and export) occur on the client side by the Flash application.
Thank you.
calling report in PHP Code!
oh no...this is the answer i don't want to hear exactly! Cause I need the user can open up the report just by clicking the button i have provided in my app.
I hope in the future stimulsoft report fx for php product can have method like another version has.
thank you so much for your respon and help.
best regards,
I hope in the future stimulsoft report fx for php product can have method like another version has.
thank you so much for your respon and help.
best regards,
calling report in PHP Code!
Hello,
Thank you.
But the Reports.Fx for PHP can simply load and display a report in the viewer by clicking a button or on the link. Additionally, it is possible to set report parameters.oh no...this is the answer i don't want to hear exactly! Cause I need the user can open up the report just by clicking the button i have provided in my app.
Thank you.
calling report in PHP Code!
Would you please show me the code of it ?
thank you for your respon and help!
best regards,
thank you for your respon and help!
best regards,
calling report in PHP Code!
Hello,
HTML code:
HTML code:
Thank you.Design the SimpleList.mrt report
calling report in PHP Code!
well thank you for the answer and it's very helpful ! but what i mean is the report has two paramaters in it.
suppose i have 2 parameters in my php code, something like these:
$x is the first paramater and
$y is the second paramater.
and i want the user could passing those two parameters in the SimpleList.mrt (the report for example!)
How to do that ? Would you please tell me the solution for it ?
thanks for your respon n help.
best regards,
suppose i have 2 parameters in my php code, something like these:
$x is the first paramater and
$y is the second paramater.
and i want the user could passing those two parameters in the SimpleList.mrt (the report for example!)
How to do that ? Would you please tell me the solution for it ?
thanks for your respon n help.
best regards,
calling report in PHP Code!
Hello,
You can use the following method for this:
Additionally, you can use 'sti_get_parameter' function in 'index.php' file to set values for SQL parameters.
Thank you.
You can use the following method for this:
x, y - variables or SQL parameters in SimpleList.mrt report.Design the SimpleList.mrt report
Additionally, you can use 'sti_get_parameter' function in 'index.php' file to set values for SQL parameters.
Thank you.
calling report in PHP Code!
well thank you very much for your help!
It helps me very much to consider buying your product at someday!
best regards,
It helps me very much to consider buying your product at someday!
best regards,
calling report in PHP Code!
Hello,
That was the pleasure to help you.
Thank you.
That was the pleasure to help you.
Thank you.