Search found 25 matches

by grbspltt
Fri Apr 14, 2023 12:50 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

Well that did the trick. Thank you very much for your help!
by grbspltt
Thu Apr 13, 2023 11:39 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

The updated version of your report library has no effect on the production deployment. Still works perfectly on local. Would be easier to fix if there was a way to add error handling to the designer over the "Error!" message.
by grbspltt
Thu Apr 13, 2023 9:14 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

Anything in particular you couldn't run? I installed and tested and ran fine on my end before I sent to you. The link you sent shows a bump in version number. Is there anything in the version update that would address my issue? Is there any way to add error handling to the designer?
by grbspltt
Wed Apr 12, 2023 4:20 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

Any updates? I published the demo to a host for your pleasure. http://stim-report-demo.surge.sh/
by grbspltt
Fri Apr 07, 2023 4:21 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

I appreciate your efforts. Thank you.
by grbspltt
Wed Apr 05, 2023 5:41 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Re: Error handling? No message in browser console

There is no message in browser console. I attached the project. Be aware that it works perfectly on local.
by grbspltt
Wed Apr 05, 2023 4:27 pm
Forum: Stimulsoft Reports.JS
Topic: Error handling? No message in browser console
Replies: 11
Views: 2484

Error handling? No message in browser console

I am loading a report from a string into the designer in the browser. Everything works perfectly in development on localhost. When I deploy to production the same exact report loads into the designer and the designer shows a window with an unhelpful message "Error!" with nothing in the con...
by grbspltt
Mon Aug 10, 2020 7:19 pm
Forum: Stimulsoft Reports.JS
Topic: Images not appearing when saved as PDF
Replies: 6
Views: 2912

Re: Images not appearing when saved as PDF

I'm having the same issue, been banging my head against the wall for hours on this. Glad to see its not just me.

See attached sample.
by grbspltt
Mon Dec 09, 2019 5:30 pm
Forum: Stimulsoft Reports.JS
Topic: Get Packed String from Designer
Replies: 4
Views: 1569

Re: Get Packed String from Designer

Is there a way to save the report to a string from the JS designer, then load it into a StiReport JS object?
I was loaded it using the loadPacked function on the StiReport object.
by grbspltt
Mon Nov 18, 2019 9:51 pm
Forum: Stimulsoft Reports.JS
Topic: Get Packed String from Designer
Replies: 4
Views: 1569

Re: Get Packed String from Designer

Clarification:

I'd like to get the packed string triggered by a button click via JavaScript. I'm saving the packed report string to a database.