Search found 359 matches

by hugo
Mon Oct 24, 2022 4:23 pm
Forum: Stimulsoft Reports.JS
Topic: Bar Chart with wrong text
Replies: 5
Views: 866

Re: Bar Chart with wrong text

Thank you very much (problem solved).
The problem was that in the old editor (Flex version), I don't see that option, so I replaced in a simpler editor.
It's not a big issue because I don't have may reports with charts and in a few moths we will work only with the JS version.
by hugo
Mon Oct 24, 2022 8:43 am
Forum: Stimulsoft Reports.JS
Topic: Bar Chart with wrong text
Replies: 5
Views: 866

Re: Bar Chart with wrong text

The report schema: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <StiSerializer version="1.02" application="StiReport" type="Flex"> <Dictionary isKey="true" type="Dictionary" Ref="1"> <Databases count...
by hugo
Mon Oct 24, 2022 12:39 am
Forum: Stimulsoft Reports.JS
Topic: Bar Chart with wrong text
Replies: 5
Views: 866

Bar Chart with wrong text

Hi,

Stimulsoft Reports FX shows vertical bar chars with formated amount values however the same report in Stimulsoft Reports JS show this way: ToString(#,##0.00)
by hugo
Thu Sep 08, 2022 10:41 am
Forum: Stimulsoft Reports.JS
Topic: Empty page and console errors on Safari
Replies: 5
Views: 1217

Re: Empty page and console errors on Safari

With the latest Stimulsoft JS the error does not happen anymore.
Thank you.
by hugo
Wed Aug 31, 2022 5:55 pm
Forum: Stimulsoft Reports.JS
Topic: Empty page and console errors on Safari
Replies: 5
Views: 1217

Re: Empty page and console errors on Safari

Hi, I was able to isolate the issue with a very simple report with a text box with a message: HELLO WORLD The issue happens with a simple footer. Here the report (the report was created with the old Flex version, can run with modern JS - Google Chrome but not with Safari). If I remove the footer, it...
by hugo
Fri Aug 26, 2022 10:34 am
Forum: Stimulsoft Reports.JS
Topic: Empty page and console errors on Safari
Replies: 5
Views: 1217

Empty page and console errors on Safari

Hi, I'm using latest version of Stimulsoft Reports.JS. It is working on Google Chrome (macOS) but all my reports gets an empty page and erros in console on Safaria (macOS). The crash is in: stimulsoft.reports.js The line of code is: wt.b.StimulsoftDateTimeRange = Fx; The error is: undefined is not a...
by hugo
Mon Jul 18, 2022 8:57 am
Forum: Stimulsoft Reports.JS
Topic: Format expression with different result in Reports.JS
Replies: 8
Views: 1096

Re: Format expression with different result in Reports.JS

Hello,

Thank you very much.
When the next build will be released ?
by hugo
Sun Jul 17, 2022 9:52 pm
Forum: Stimulsoft Reports.JS
Topic: Format expression with different result in Reports.JS
Replies: 8
Views: 1096

Re: Format expression with different result in Reports.JS

Thank you.
I'm looking forward for the fix.
I'm using Stimulsoft for almost 10 years now with Flex + .NET !
I'm finally migrating my Flex application to JS, so, I have hundred of report with this format expression.
For now this is the first issue about compatibility.
by hugo
Fri Jul 15, 2022 8:04 pm
Forum: Stimulsoft Reports.JS
Topic: Format expression with different result in Reports.JS
Replies: 8
Views: 1096

Format expression with different result in Reports.JS

Hi, The following expression: {SupplierBalance.Balance.ToString("#,##0.00")} Works for Flex and .NET versions of Stimulsoft Reports. The result is: -55,35 With Stimulsoft.JS the result is: 5-5.35 So negative values does not work (the sinal - on the wrong position) and the dot instead of co...