Search found 23 matches

by catalin
Tue Jan 30, 2018 7:58 am
Forum: Stimulsoft Reports.PHP
Topic: Table name as parameter
Replies: 3
Views: 2725

Re: Table name as parameter

Hi, I checked the sample but I didn't saw the answer of my question. I need to pass the table name as a parameter. SELECT f1, f2, f3 FROM @table_name ORDER BY f1 DESC or SELECT f1, f2, f3 FROM {table_name} ORDER BY f1 DESC I try it in both ways but is not working. Also the sample is wrong: SELECT id...
by catalin
Thu Jan 25, 2018 12:18 pm
Forum: Stimulsoft Reports.PHP
Topic: Table name as parameter
Replies: 3
Views: 2725

Table name as parameter

Hi,
It's possible to pass the table name as a parameter?
Something like this:
SELECT f1, f2, f3 FROM
@table_name
ORDER BY f1 DESC


Thanks,
Catalin
by catalin
Sun Apr 09, 2017 7:19 am
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hi Aleksey,

Do you have the example that you promised me how to merge multiple mrt in one report in PHP? I need a solution urgently, please.

Thanks.
by catalin
Mon Mar 27, 2017 11:29 am
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hello Alexey, I tried the last prerelease Stimulsoft Reports.PHP 2017.1.0.4 from 2017.03.25 and I found few errors: 1. The designer (Windows) cannot create SQL parameters. The button new parameter does not exists. 2. I wrote the query with parameter in both way: @parameter and {parameter}. The desig...
by catalin
Fri Mar 24, 2017 8:00 am
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hi Alexey, Your answers do not clarify me. Please read carefully and answer me to each question. 1. The reports made with Stimulsoft Reports.Fx for PHP Version 2016.1 from 2016.02.16 are compatible with Stimulsoft Reports.JS Version 2016.1 (web based)? I try to open an report with the new version an...
by catalin
Wed Mar 22, 2017 12:28 pm
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

I read the Stimulsoft_Reports.PHP_FAQ.En of Stimulsoft-Reports-PHP-2016.1 and in chapter 1.2 I see the method to show a report. http://localhost/index.php?stimulsoft_client_key=ViewerFx&stimulsoft_report_key=Report.mrt But the content of index.php is: <?php require_once 'stimulsoft/helper.php'; ...
by catalin
Wed Mar 22, 2017 11:19 am
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hi Alexey,
I have 2 versions:

Stimulsoft-Reports-PHP-2015.2
Stimulsoft-Reports-PHP-2016.1

Which version is HTML5 based?

And how can I do this?
by catalin
Mon Mar 20, 2017 10:06 am
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hi Alexey, StiReport class not found. How could I pass parameters to the reports? I thing I must to show it too, something like this: mainReport->Show() or mainReport->Print() Also is necessary to use index.php? $report_path = "stimulsoft/stimulsoft/index.php?stimulsoft_client_key=ViewerFx&...
by catalin
Mon Mar 13, 2017 1:28 pm
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hello, 1. Do you think it will work in that way? I have 9 .mrt in order to join. This means 9 x 10 x 3 pages. 2. The reports order could be? report_type_1 x n_times report_type_2 x n_times report_type_2 x n_times . . . report_type_9 x n_times 3. Is there any way to copy an entire .mrt (including dat...
by catalin
Sun Mar 12, 2017 2:01 pm
Forum: Stimulsoft Reports.PHP
Topic: Export without preview
Replies: 16
Views: 12559

Re: Export without preview

Hi Aleksey,
Thanks for the support. How much time do you need, more or less?

Best regards,
Catalin