Search found 115 matches

by bobsov
Mon Nov 28, 2022 2:58 pm
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Re: Date converts to string and List in "Variables"

I was able to fix this issue. The real issue was with how I was initializing the variables. I had to explicitly say it is DateTime. const dateObj = new Stimulsoft.System.DateTime(YYYY, MM, dd, hh, mm, ss); report.dictionary.variables.getByName(element.id).valueObject = dateObj; Prior to this upgrade...
by bobsov
Fri Nov 25, 2022 6:23 am
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Re: Date converts to string and List in "Variables"

I m unable to create sample project. While working on that, I did come across something that may offer a clue. We are using stimulsoft-webpack.config.js to load stimulsoft files in angular.json. Could that be an issue? Here is the stimulsoft-webpack.config.js content module.exports = (config, option...
by bobsov
Thu Nov 24, 2022 2:59 pm
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Re: Date converts to string and List in "Variables"

I will create a sample project and send it to you.

Also, one thing to note on your screenshot you posted, it is clearly showing as a dropdown instead of date picker. That itself is an issue too.
by bobsov
Wed Nov 23, 2022 2:23 pm
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Re: Date converts to string and List in "Variables"

I am attaching the original file here.
It opens fine in 2022.1.6 version but gives that console error in 2022.4.5.

The reason I used 2022.1.6 is - thats the version I am upgrading from.
by bobsov
Wed Nov 23, 2022 5:04 am
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Re: Date converts to string and List in "Variables"

This report does not load in report viewer and here is what is seen in console log when I change back to datetime
Screenshot 2022-11-23 at 12.02.52 AM.png
Screenshot 2022-11-23 at 12.02.52 AM.png (278.12 KiB) Viewed 1479 times
If I don't change and go with list string, this is what I see
Screenshot 2022-11-23 at 12.01.55 AM.png
Screenshot 2022-11-23 at 12.01.55 AM.png (66.92 KiB) Viewed 1479 times
by bobsov
Wed Nov 23, 2022 4:55 am
Forum: Stimulsoft Reports.JS
Topic: Date converts to string and List in "Variables"
Replies: 10
Views: 1926

Date converts to string and List in "Variables"

This issue that I am reporting has happened before. The only reason I have not reported is - I had only couple of reports with variables and I used to just change and save it again and it used to work fine. Now with newer release, the whole report breaks. I have attached report here too but here is ...
by bobsov
Fri Nov 04, 2022 4:09 pm
Forum: Stimulsoft Reports.JS
Topic: Icon missing in deployed site
Replies: 5
Views: 911

Re: Icon missing in deployed site

Unfortunately I am unable to replicate that behavior as I re-saved all of those reports locally but if I come across one, I will attach that here.
by bobsov
Thu Nov 03, 2022 12:57 pm
Forum: Stimulsoft Reports.JS
Topic: Icon missing in deployed site
Replies: 5
Views: 911

Re: Icon missing in deployed site

Thank you. We will wait for that version to be available. Now that u say this, I have another issue too which we found a work around. Apparently, if your report was designed previously couple of versions old, it fails to load. There is a console error on "listSperator" undefined or somethi...
by bobsov
Thu Nov 03, 2022 4:20 am
Forum: Stimulsoft Reports.JS
Topic: Icon missing in deployed site
Replies: 5
Views: 911

Icon missing in deployed site

Take a look at screenshot attached. The viewer and designer both are missing icons. This does not happen locally. Only happens when deployed.
I am using this in Angular project following the samples provided in github.
Let me know what can be done to load these icons.
by bobsov
Thu Apr 02, 2020 2:31 am
Forum: Stimulsoft Reports.WEB
Topic: how to hide "Reset" button in "Request From User" variable form
Replies: 9
Views: 3211

Re: how to hide "Reset" button in "Request From User" variable form

As you can see in this screenshot, it complains about InitializeParametersPanel.

https://share.getcloudapp.com/lluyKLjY