Search found 9 matches

by simbawave
Sat Jan 23, 2021 2:28 am
Forum: Stimulsoft Reports.PHP
Topic: migration from PHP-FLEX to new PHP-JS, loading way too slow
Replies: 3
Views: 21311

Re: migration from PHP-FLEX to new PHP-JS, loading way too slow

here is the data sample to reproduce this case profilepabrik.rar rekapgajiview.csv for this moment, i use publish setting for reports.php for request from user. then i modify index.php and handler.php. payrollregular.zip doing this way makes the reports load the data fast. it's ok, i can deal with t...
by simbawave
Thu Jan 21, 2021 11:40 am
Forum: Stimulsoft Reports.PHP
Topic: 2 data in 1 report
Replies: 5
Views: 4299

Re: 2 data in 1 report

to make it easy to understand, i have 2 queries from 1 datasource (database). 1 is placed in databand, another 1 is in page header. in the designer, preview mode, i can see both queries are executed very well. but after i publish, i can only see the query in the databand is executed while the query ...
by simbawave
Wed Jan 20, 2021 2:28 pm
Forum: Stimulsoft Reports.PHP
Topic: migration from PHP-FLEX to new PHP-JS, loading way too slow
Replies: 3
Views: 21311

migration from PHP-FLEX to new PHP-JS, loading way too slow

hi stimulsoft, as i'm trying to migrate my old reports to PHP-JS (reports.php), i just found that the new reports.php is way too slow to show the reports. am i alone experiencing this or probably i have to do with another way, like it can't be just load the old mrt files and go. this is with flex/fl...
by simbawave
Wed Jan 20, 2021 1:21 pm
Forum: Stimulsoft Reports.PHP
Topic: 2 data in 1 report
Replies: 5
Views: 4299

Re: 2 data in 1 report

probably you might need the sql and some data to reproduce the case?
here i attach for those 2 tables.
profilepabrik.rar
(379 Bytes) Downloaded 223 times
rekapgajiview.csv
(606.09 KiB) Downloaded 220 times
many thanks :)
by simbawave
Wed Jan 20, 2021 11:13 am
Forum: Stimulsoft Reports.PHP
Topic: 2 data in 1 report
Replies: 5
Views: 4299

Re: 2 data in 1 report

here is my mrt file
payrolltransferbank.mrt
(47.5 KiB) Downloaded 231 times
and here is the index.php and handler.php, i put them into 1 rar file (compressed)
payrolltransferbank.rar
(1.39 KiB) Downloaded 225 times
by simbawave
Tue Jan 19, 2021 9:22 am
Forum: Stimulsoft Reports.PHP
Topic: passing parameter for report.php through POST or GET
Replies: 5
Views: 6377

Re: passing parameter for report.php through POST or GET

many thanks for replying.
yes i made it through modification manually after publishing.
by simbawave
Sun Jan 17, 2021 3:53 pm
Forum: Stimulsoft Reports.PHP
Topic: 2 data in 1 report
Replies: 5
Views: 4299

2 data in 1 report

hi stimulsoft, i have a problem for showing report using 2 tables. here is my designer 2 Table 1 Report-1.jpg and here is the preview. it works good as expected on preview mode. 2 Table 1 Report-2.jpg and here is the index.php code <?php require_once "stimulsoft/helper.php"; ?> <!DOCTYPE h...
by simbawave
Sun Jan 17, 2021 11:09 am
Forum: Stimulsoft Reports.PHP
Topic: passing parameter for report.php through POST or GET
Replies: 5
Views: 6377

Re: passing parameter for report.php through POST or GET

finally i made it by manual modification after publishing, in 2 files: 1. index.php i replaced the code become $options->handler = "handler.php?kodepr=".$_GET["kodepr"]; 2. handler.php $args->parameters["kodepr"] = $_GET["kodepr"]; $args->queryString="sel...
by simbawave
Sun Jan 17, 2021 5:51 am
Forum: Stimulsoft Reports.PHP
Topic: passing parameter for report.php through POST or GET
Replies: 5
Views: 6377

passing parameter for report.php through POST or GET

dear stimulsoft, i'm very new to this new stimulsoft reports.php. previously i was using report.php flash so it was really easy for passing parameters through URL using POST or GET like this http://localhost/sreportflex/stimulsoft/index.php?stimulsoft_client_key=ViewerFx&stimulsoft_report_key=re...