Search found 7 matches

by martytheman
Mon Sep 21, 2020 12:16 am
Forum: Stimulsoft Reports.JS
Topic: Reports not properly written for Typescript
Replies: 9
Views: 4040

Re: Reports not properly written for Typescript

Hello. So the problem is that non of your examples are in typescript. I am forced to use: var Stimulsoft = require('stimulsoft-reports-js'); When I should be able to use: import Stimulsoft from 'stimulsoft-reports-js'; If I use the import - it should give me all the typings , and access to all the o...
by martytheman
Wed Jun 24, 2020 12:16 am
Forum: Stimulsoft Reports.JS
Topic: Reports not properly written for Typescript
Replies: 9
Views: 4040

Reports not properly written for Typescript

Hello. When using your reports framework in typescript, the stimulsoft.reports.d.ts is not written correctly. Doing this should help you with your development as well as I instantly found a bug in your declaration that was easy to fix. Maybe you should re-write it in typescript - you would pick up a...
by martytheman
Fri Dec 08, 2017 2:04 am
Forum: Stimulsoft Reports.JS
Topic: Issue with Merging
Replies: 9
Views: 3223

Re: Issue with Merging

Never mind.. the latest version seems to have fixed everything completely.

Thanks!
by martytheman
Fri Dec 08, 2017 1:54 am
Forum: Stimulsoft Reports.JS
Topic: Issue with Merging
Replies: 9
Views: 3223

Re: Issue with Merging

sorry , that sample doesn't work.

I am using the latest Report designer ( js ) 2018.1.2 - and 90 caps is blank on Product 290.

Thoughts?
by martytheman
Mon Dec 04, 2017 11:44 pm
Forum: Stimulsoft Reports.JS
Topic: Issue with Merging
Replies: 9
Views: 3223

Re: Issue with Merging

any results yet? Or a workaround? Quite keen to be using the product..
by martytheman
Fri Nov 24, 2017 6:59 am
Forum: Stimulsoft Reports.JS
Topic: Issue with Merging
Replies: 9
Views: 3223

Re: Issue with Merging

Yes - I was reading that post before ( several times in fact ) . However I don't know what the javascript equivalent is. It is not documented ( that I can find) I have tried {table1.sku} {table1.sku}{table1.size} {table1.size}{table1.sku} in the get tag event I had also watched that video - but it d...
by martytheman
Fri Nov 24, 2017 2:46 am
Forum: Stimulsoft Reports.JS
Topic: Issue with Merging
Replies: 9
Views: 3223

Issue with Merging

Hello Trialing your product ( JS , 2017.2.4 ) - Haviing some issues getting the merging working properly. Basically merging of a secondary field is merging on to the lines of another product. I have tried merge by tag ( and by value ) and I set the Value event "Get Tag" to various expressi...