Search found 49 matches

by Jia Sheng
Wed Aug 30, 2017 3:47 am
Forum: Stimulsoft Reports.JAVA
Topic: Issue about java report with oracle Stored Procedure
Replies: 17
Views: 25215

Re: Issue about java report with oracle Stored Procedure

HighAley wrote:Hello.

You could find a sample on the GitHub.

Thank you.
Hello.

Although the example says oracle connection, but the code shows the mysql connection.
000000.png
000000.png (119.56 KiB) Viewed 10561 times


And what we want is an example of the oracle stored procedure (including the mrt report file).

Thank you
by Jia Sheng
Mon Aug 21, 2017 12:42 am
Forum: Stimulsoft Reports.JAVA
Topic: Issue about java report with oracle Stored Procedure
Replies: 17
Views: 25215

Re: Issue about java report with oracle Stored Procedure

Hello.

Attach an attachment(screenshot from your example:https://www.stimulsoft.com/en/samples/j ... e-database):
000000.png
000000.png (65.96 KiB) Viewed 10587 times

We need a java demo project(use stiwebviewer), Include a mrt file using oracle Stored Procedure
Thanks
by Jia Sheng
Fri Aug 18, 2017 1:19 am
Forum: Stimulsoft Reports.JAVA
Topic: Issue about java report with oracle Stored Procedure
Replies: 17
Views: 25215

Re: Issue about java report with oracle Stored Procedure

Hello,

I do it follow the example (from https://www.stimulsoft.com/en/samples/j ... e-database), the stored procedure is also provided inside the example. like:
1
1
000000.png (65.96 KiB) Viewed 14180 times

Can you give us a java demo project(use stiwebviewer)? Include a mrt file using oracle Stored Procedure
Thanks
by Jia Sheng
Thu Aug 17, 2017 2:26 am
Forum: Stimulsoft Reports.JAVA
Topic: Issue about java report with oracle Stored Procedure
Replies: 17
Views: 25215

Re: Issue about java report with oracle Stored Procedure

Hello. From version 2016.1.16 you can use Oracle stored procedures with refcursor. https://www.stimulsoft.com/en/samples/java/using-oracle-database Hello. Recently we upgraded the stimulsoft report to 2017.1.7 version, when we verify the function of Oracle stored procedures, we found that it still ...
by Jia Sheng
Thu Aug 10, 2017 8:16 am
Forum: Stimulsoft Reports.JAVA
Topic: How does our report implement database paging
Replies: 3
Views: 3431

Re: How does our report implement database paging

Hello, 1. Can you help us to locate where is wrong? Which control is wrong? 2. Do you mean that our reports do not support a large amounts of data? how much record fetch in stimulsoft report? 3. Can the rendermode property of the dnet stiweviewer control be used to cache data and can it be used to c...
by Jia Sheng
Thu Aug 10, 2017 2:41 am
Forum: Stimulsoft Reports.JAVA
Topic: How does our report implement database paging
Replies: 3
Views: 3431

How does our report implement database paging

Hello,

Now We use Stimulsoft Reports.Java 2016.1, we are designing a report that needs to display a large amount of data. When we open the report on the jsp page ,the report will be stuck (cpu soared). the error like:
error
error
20170808163403190001.png (98.2 KiB) Viewed 3431 times
How does our report implement database paging?

thanks
by Jia Sheng
Wed Jun 14, 2017 2:30 am
Forum: Stimulsoft Reports.JAVA
Topic: NotSerializableException: com.stimulsoft.report.StiReport
Replies: 7
Views: 5387

Re: NotSerializableException: com.stimulsoft.report.StiRepor

Hello. You can do next way: <stiwebviewer:webviewer report="<%=report%>" options="${options}"/> Hello, This program we have tested before, found that it does not work.We guess this question whether or not because your code put the report into the session. We need is no session, ...
by Jia Sheng
Tue Jun 13, 2017 2:35 am
Forum: Stimulsoft Reports.JAVA
Topic: NotSerializableException: com.stimulsoft.report.StiReport
Replies: 7
Views: 5387

Re: NotSerializableException: com.stimulsoft.report.StiRepor

Hello, Now we use the webviewer control on the jsp page. report.png The webviewer control accepts only the type 'com.stimulsoft.report.StiReport' of the object. We can only put this type of object in the session. 'pageContext.setAttribute("report", report);' Our environment requires that t...
by Jia Sheng
Mon Jun 12, 2017 1:31 am
Forum: Stimulsoft Reports.JAVA
Topic: NotSerializableException: com.stimulsoft.report.StiReport
Replies: 7
Views: 5387

Re: NotSerializableException: com.stimulsoft.report.StiRepor

Hello,

I want the class of 'com.stimulsoft.report.StiReport' to support serialization. com.stimulsoft.report.StiReport implement Serializable.
by Jia Sheng
Fri Jun 09, 2017 12:01 pm
Forum: Stimulsoft Reports.JAVA
Topic: NotSerializableException: com.stimulsoft.report.StiReport
Replies: 7
Views: 5387

NotSerializableException: com.stimulsoft.report.StiReport

Hello,

We use Stimulsoft Reports.Java 2016.1, It does not work fine when we need to session sharing.error like:
error
error
test.png (62.59 KiB) Viewed 5387 times

Now we Requires a jar that supports the StiReport object serialization,like:
test2.png
test2.png (22.34 KiB) Viewed 5387 times

thanks