Search found 19 matches

by Loki87
Thu Mar 24, 2016 9:20 am
Forum: Stimulsoft Reports.JS
Topic: Designer do not load "sorted" data
Replies: 1
Views: 1228

Designer do not load "sorted" data

Hello.

I have an issue with the Designer and the viewer, I am using sorted Json data, but when I preview the report, the Data is not sorted, is there a way to load sorted data?

best regards

Loki
by Loki87
Thu Mar 17, 2016 1:14 pm
Forum: Stimulsoft Reports.JAVA
Topic: Error 2032 with xml data connection
Replies: 1
Views: 1830

Error 2032 with xml data connection

Hello, I have a Problem with the DesignerFx for Java, when I want to connect with xml data, I gave the path to my desktop to the xml and xsd File, after that I click ok, it does nothing then, right click on the new connection and want to retrieve the data but I get the Error 2032, What do I do wrong...
by Loki87
Mon Feb 29, 2016 10:09 am
Forum: Stimulsoft Reports.JS
Topic: Creating new Variables via Code
Replies: 1
Views: 2593

Creating new Variables via Code

Hello,

is there a way, I can create variables via code, when there are undefined before.
I know how to edit variables that are existing, but for creating variables in the designer via code, I didn't found a solution.

Thank you

Best regards
loki
by Loki87
Thu Feb 25, 2016 4:18 pm
Forum: Stimulsoft Reports.JS
Topic: Path to JSON Data editing via Code
Replies: 4
Views: 2664

Re: Path to JSON Data editing via Code

Hello,

I have another question regarding the Path, how can I set the Path to JSON data via code if there isn't defined one before???

best regards

loki
by Loki87
Thu Feb 25, 2016 1:49 pm
Forum: Stimulsoft Reports.JS
Topic: Path to JSON Data editing via Code
Replies: 4
Views: 2664

Re: Path to JSON Data editing via Code

Hello HighAley,

thank you very much, it's working.
by Loki87
Thu Feb 25, 2016 11:31 am
Forum: Stimulsoft Reports.JS
Topic: Path to JSON Data editing via Code
Replies: 4
Views: 2664

Path to JSON Data editing via Code

Hello, is there a way after loading the report , to edit the Path to the JSON Data in the DataSource of the Report via code in js??? I know how to give the Path a Parameter in the designer and setting a value to a variable from code so the Data is loading correctly, but I need a way to set the Path ...
by Loki87
Tue Feb 16, 2016 1:28 pm
Forum: Stimulsoft Reports.JS
Topic: Binding Data to a Report with StiJsonDatabase
Replies: 3
Views: 2357

Re: Binding Data to a Report with StiJsonDatabase

Thank you for your reply,
I have found the Problem, it was the definition of my sql result, I have changed and it is working!!!!

Regards Loki
by Loki87
Tue Feb 16, 2016 8:41 am
Forum: Stimulsoft Reports.JS
Topic: Binding Data to a Report with StiJsonDatabase
Replies: 3
Views: 2357

Binding Data to a Report with StiJsonDatabase

Hello Stimulsoft, I am using for Data Binding to a Report the following code: var jsonDataBase = new Stimulsoft.Report.Dictionary.StiJsonDatabase("test", "data/usersdata.json"); with a json File its working correctly, the report is rendering an showing the Data correctly, but I d...
by Loki87
Wed Feb 10, 2016 9:16 am
Forum: Stimulsoft Reports.JAVA
Topic: Passing Parameters to SQL
Replies: 18
Views: 10700

Re: Passing Parameters to SQL

It's working now without the warning, and the setDataPath method is working, too.

Thank you.
by Loki87
Wed Feb 10, 2016 8:32 am
Forum: Stimulsoft Reports.JAVA
Topic: Passing Parameters to SQL
Replies: 18
Views: 10700

Re: Passing Parameters to SQL

Hello. Thank you, getPathData is working, with System.out.print I see the Path of my Json database, but it shows me a warning: Feb 10, 2016 9:00:05 AM com.stimulsoft.report.engine.parser.StiParser ParseTextValue WARNUNG: Parser error: The name '%s' does not exist in the current context, FHBill, , , ...