Search found 27 matches

by Barnaby
Wed Apr 15, 2020 5:00 am
Forum: Stimulsoft Reports.JS
Topic: Print to PDF - Firefox Issue
Replies: 7
Views: 3394

Print to PDF - Firefox Issue

When you try the "Print to PDF" option, it has a few errors. Pops up with a message "Warning: The PDF is not fully loaded for printing." Hit Ok, it then pops up a print dialog and another message "Print Preview Error - Some printing functionality is not currently available.&...
by Barnaby
Mon Apr 06, 2020 12:16 am
Forum: Stimulsoft Reports.JS
Topic: Designer Preview & Viewer running SQL twice
Replies: 5
Views: 1872

Re: Designer Preview & Viewer running SQL twice

Hi, I'm already using that parameter, it doesn't fix the issue. Turning it off does the exact same thing, but when you hit 'Submit' for the parameters, it then runs it again, as expected. Both times running the SQL with the Variable twice. I noticed that I missed a file causing the demo server attac...
by Barnaby
Tue Mar 31, 2020 7:58 am
Forum: Stimulsoft Reports.JS
Topic: Designer Preview & Viewer running SQL twice
Replies: 5
Views: 1872

Re: Designer Preview & Viewer running SQL twice

Hey, When I was trying to create a demo report, I found that it's only the SQL's using Variables that run twice. I've attached a NodeJS server that returns dummy data to Stimulsoft. Just run the NodeJS server & open localhost:8080 It will open the designer with a test report that uses 2 SQL stat...
by Barnaby
Fri Mar 27, 2020 2:12 am
Forum: Stimulsoft Reports.JS
Topic: Designer Preview & Viewer running SQL twice
Replies: 5
Views: 1872

Designer Preview & Viewer running SQL twice

Currently the designer preview & viewer run's the SQL twice (2020.2.2). Using the Firebird database datasource. I tested the issue on a few versions, using the same report, it used to work correctly until 2019.4.2. 2019.3.4 - SQL ran once 2019.4.1 - SQL ran once 2019.4.2 - SQL ran 3 times 2020.1...
by Barnaby
Tue Jun 25, 2019 7:21 am
Forum: Stimulsoft Reports.JS
Topic: Adding a new SQL Data Source issue - Firebird
Replies: 1
Views: 892

Adding a new SQL Data Source issue - Firebird

Hey, In 2019.3.2 I can no longer successfully create a Data Source from an SQL statement. I create the Firebird connection successfully, then go create a SQL statement. If I hit the "Run" button, it says "Executed SQL statement successfully". If I hit the "View Data" bu...
by Barnaby
Tue Jun 25, 2019 5:13 am
Forum: Stimulsoft Reports.JS
Topic: Sub-Report not running SQL
Replies: 3
Views: 1609

Re: Sub-Report not running SQL

Any more info about when this may be available?

Thanks
by Barnaby
Tue Jun 25, 2019 5:12 am
Forum: Stimulsoft Reports.JS
Topic: Drill-Down Report Issue
Replies: 11
Views: 4860

Re: Drill-Down Report Issue

Any more info about when this may be fixed?

Thanks
by Barnaby
Thu Apr 04, 2019 3:42 am
Forum: Stimulsoft Reports.JS
Topic: How to set a StringList variable by code?
Replies: 2
Views: 1502

Re: How to set a StringList variable by code?

I've found one that works

Code: Select all

viewer.report.setVariable("Test", ["A"]);

Only issue is that it doesn't update the Paramaters Panel with the selected values. Is there a correct way to do this?
by Barnaby
Thu Apr 04, 2019 12:23 am
Forum: Stimulsoft Reports.JS
Topic: How to set a StringList variable by code?
Replies: 2
Views: 1502

How to set a StringList variable by code?

Hey, How do you set the value for the following variable? StringListVariable.png I've tried a few things, but with no success. Eg report.dictionary.variables.getByName("Test").valueObject = "A"; report.dictionary.variables.getByName("Test").valueObject = ["A"]...
by Barnaby
Fri Mar 29, 2019 2:37 am
Forum: Stimulsoft Reports.JS
Topic: List Variable/Request Parameters bug
Replies: 2
Views: 1130

List Variable/Request Parameters bug

Hey, With the recent version, I'm having an issue with a List Variable. If the report is set to "Request Parameters", it gets the following error, and the report does not run. stimulsoft.viewer.js:10 Uncaught TypeError: Cannot read property 'sti_is' of null at i (stimulsoft.viewer.js:10) a...