Search found 363 matches

by Vadim
Mon Oct 23, 2023 9:45 am
Forum: Stimulsoft PDF Forms
Topic: java how to receive submit data.
Replies: 6
Views: 54305

Re: java how to receive submit data.

Hello.

We will provide Java sample soon.
by Vadim
Fri Sep 22, 2023 11:58 am
Forum: Stimulsoft Reports.JAVA
Topic: issue regarding variables with expressions - version 2023.3.3
Replies: 8
Views: 11910

Re: issue regarding variables with expressions - version 2023.3.3

Hello.

It will be fixed in new build 2023.4.1
Please use Count without brackets: PASTA.Count() ->PASTA.Count
by Vadim
Fri Aug 11, 2023 1:32 pm
Forum: Stimulsoft Reports.JAVA
Topic: The problem with the "<sub>"
Replies: 3
Views: 9110

Re: The problem with the "<sub>"

Hello.

This bug is already fixed - please use latest version.
by Vadim
Fri Aug 04, 2023 1:50 pm
Forum: Stimulsoft Reports.JAVA
Topic: Error Variable List - Library 2023.2.4
Replies: 12
Views: 14477

Re: Error Variable List - Library 2023.2.4

Hello.

Previously working SQL construction was by a bug, please use next construction that works in 2023.3.1+
where ID in ({(PASTA.Count == 0 ? 0 : PASTA.ToQueryString())})
by Vadim
Tue Aug 01, 2023 2:47 pm
Forum: Stimulsoft Reports.JAVA
Topic: Functionality toolbox setup
Replies: 3
Views: 7816

Re: Functionality toolbox setup

Hello.

This will be fixed from next version 2023.3.2
by Vadim
Mon Jul 31, 2023 8:19 am
Forum: Stimulsoft Reports.JAVA
Topic: preview of the reports
Replies: 7
Views: 9631

Re: preview of the reports

Hello.

It will be fixed from 2023.3.2 build
by Vadim
Fri Jul 28, 2023 10:30 am
Forum: Stimulsoft Reports.JAVA
Topic: preview of the reports
Replies: 7
Views: 9631

Re: preview of the reports

Hello.

There are no error in log, please setup com.stimulsoft.report.StiOptions.Engine.logLevel = 10; and try preview report again & send us errors log.
by Vadim
Mon Jul 10, 2023 7:18 am
Forum: Stimulsoft Reports.JAVA
Topic: Data source does not respect timeout
Replies: 7
Views: 9014

Re: Data source does not respect timeout

Hello. So if you set StiOptions.Dictionary.getQueryTimeout to 5 min for example, all java.sql.Statement statements will have a time limit of 5 min to complete execution. Right If a statement exceeds this limit, it should be stopped. However this is not happening. We pass timeout value to java.sql.St...
by Vadim
Thu Jul 06, 2023 11:52 am
Forum: Stimulsoft Reports.JAVA
Topic: Error: GC overhead limit exceeded
Replies: 3
Views: 7718

Re: Error: GC overhead limit exceeded

Hello. You have two different java.lang.OutOfMemoryError exceptions: 1 - During loading data from database - report building process need to load all data to memory, only way to avoid it is to increase system memory. 2 - During report build - you can activate Report Cache Mode, then report engine sa...