Search found 6 matches

by benfc123
Fri Mar 20, 2020 1:39 pm
Forum: Stimulsoft Reports.JS
Topic: CountData property not working
Replies: 2
Views: 1206

Re: CountData property not working

We figured this out, we had to use JS syntax
DataBand2.countData = parseInt(products.getData("onhand"));
by benfc123
Wed Mar 18, 2020 4:47 pm
Forum: Stimulsoft Reports.JS
Topic: CountData property not working
Replies: 2
Views: 1206

CountData property not working

I have a report that needs to print the DataBand the number of times equal to the value of the OnHand column In the Before Print event on the DataBand, I have the following code DataBand1.CountData = products.onhand; I have also tried {DataBand1.CountData = products.onhand;} and {DataBand1.CountData...
by benfc123
Mon Jan 06, 2020 9:30 pm
Forum: Stimulsoft Reports.JS
Topic: Vertical lines start incorrectly on second page
Replies: 8
Views: 2723

Re: Vertical lines start incorrectly on second page

This problem was reported on the following thread but no answer was ultimately given

viewtopic.php?t=56124
by benfc123
Mon Jan 06, 2020 4:18 pm
Forum: Stimulsoft Reports.JS
Topic: Vertical lines start incorrectly on second page
Replies: 8
Views: 2723

Re: Vertical lines start incorrectly on second page

Any luck with this issue?
by benfc123
Tue Dec 17, 2019 2:41 pm
Forum: Stimulsoft Reports.JS
Topic: Vertical lines start incorrectly on second page
Replies: 8
Views: 2723

Re: Vertical lines start incorrectly on second page

Here is the report and the data in JSON form, thank you
by benfc123
Wed Dec 11, 2019 6:33 pm
Forum: Stimulsoft Reports.JS
Topic: Vertical lines start incorrectly on second page
Replies: 8
Views: 2723

Vertical lines start incorrectly on second page

I am having trouble with vertical lines spanning a Group Header, Data Band and Group Footer. In the PDF attachment you can see the vertical lines that span the Data Band start correctly on the first page but on the second page they start at the top of the group. You can see the band layout in the at...