Search found 23 matches

by fabien
Fri Oct 29, 2021 9:33 am
Forum: Stimulsoft Reports.JS
Topic: Retrieve errors from node.
Replies: 5
Views: 855

Re: Retrieve errors from node.

Hi,

ok.

thank you,

Fabien.
by fabien
Thu Oct 28, 2021 8:51 am
Forum: Stimulsoft Reports.JS
Topic: Retrieve errors from node.
Replies: 5
Views: 855

Re: Retrieve errors from node.

Hi,

I understand that I can't recover the error with the current version.

But, do you plan to do it later ?

Thank you,

Fabien.
by fabien
Tue Oct 26, 2021 1:23 pm
Forum: Stimulsoft Reports.JS
Topic: Retrieve errors from node.
Replies: 5
Views: 855

Retrieve errors from node.

Hi, We use a node server to produce report. if an error occured in renderAsync function, how can i get error ? In attachment, I caused an error. logger.log("Début rendu"); report.renderAsync(() => { logger.log("fin rendu"); }); Maybe can we use renderAsync2 function with promise ...
by fabien
Tue Oct 05, 2021 9:19 am
Forum: Stimulsoft Reports.JS
Topic: Create variable from code.
Replies: 4
Views: 2076

Re: Create variable from code.

Hello,

it works.

Thank you,

Fabien.
by fabien
Mon Sep 20, 2021 4:10 pm
Forum: Stimulsoft Reports.JS
Topic: Test on null value
Replies: 4
Views: 3395

Re: Test on null value

Hi,

It works.
it is important to know that the test should be done with double quotes and not single quotes.

Thanks,

Fabien.
by fabien
Mon Sep 20, 2021 2:42 pm
Forum: Stimulsoft Reports.JS
Topic: font
Replies: 7
Views: 3284

Re: font

Hi,

it works when I call the function "addOpentypeFontFile" with the absolute path of the font.
On Debian 9 machine, it works with relative path.
It's strange...

Thanks,

Fabien.
by fabien
Fri Sep 17, 2021 4:17 pm
Forum: Stimulsoft Reports.JS
Topic: font
Replies: 7
Views: 3284

Re: font

Hi, thanks. We installed the version on another server. it's a Debian 10. There is an Issue in generated pdf: characters are printed above each other. however, the next line is well called : Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("fonts/Roboto-Black.ttf"); Roboto-Black.ttf i...
by fabien
Thu Sep 16, 2021 4:22 pm
Forum: Stimulsoft Reports.JS
Topic: Test on null value
Replies: 4
Views: 3395

Test on null value

Hi, we enable or disable panel with a condition on a null value. Files attached : - liste.mrt : report. - data.json : data used to produce report. - Line_type_1.png : expression to filter type 1. - Line_type_2.png : expression to filter type 2. - export.png : incorrect pdf export lines with order 1,...
by fabien
Tue Sep 14, 2021 3:45 pm
Forum: Stimulsoft Reports.JS
Topic: Create variable from code.
Replies: 4
Views: 2076

Create variable from code.

Hi, i'm trying to create variable from code : var masquerlignesdetail = new Stimulsoft.Report.Dictionary.StiVariable(); masquerlignesdetail.name = "masquerlignesdetail"; masquerlignesdetail.alias = "masquerlignesdetail"; masquerlignesdetail.type = Stimulsoft.System.Int; masquerli...
by fabien
Thu Sep 09, 2021 7:53 am
Forum: Stimulsoft Reports.JS
Topic: font
Replies: 7
Views: 3284

Re: font

Hello, ok, I will try to be clearer. We use nodejs to produce a PDF export with report and data. The line below is mandatory to calculate Texts width. Stimulsoft.Base.StiFontCollection.addOpentypeFontFile("Roboto-Black.ttf"); But in design, we don't to use for example Roboto-Black.ttf font...