Interactive date fields are auto-filled and user selected values are refreshed with default after "onInteractive" event
Posted: Thu Sep 13, 2018 8:06 am
I am using Stimulsoft Reposts.JS with my Angular 6 project. Everything works great except for these 3.
I have variables defined in one of the report. There is a begin date and end Date which are date type fields.
I don't want these dates to be auto-filled but these are always auto filled. How can I not make them auto-filled?
Second problem - I have "onInteraction" event and when variables change, this event gets fired. So far so good. However, now the variables (interactive fields) gets refreshed and goes back to current date and if user has selected different dates, thats gone now. I don't see same thing happening on "demo" site so not sure if something that I am doing is wrong. Unfortunately, I don't see a demo sample code in github or my downloads either, so hard to figure out how you guys are calling that.
Third problem - The exported PDF has "space" missing. If I have a report title "MY REPORT". It looks fine on viewer but when exported to PDF, it appears as "MYREPORT".
Please provide sample of using interactive fields in pure JS if you have one.
I have variables defined in one of the report. There is a begin date and end Date which are date type fields.
I don't want these dates to be auto-filled but these are always auto filled. How can I not make them auto-filled?
Second problem - I have "onInteraction" event and when variables change, this event gets fired. So far so good. However, now the variables (interactive fields) gets refreshed and goes back to current date and if user has selected different dates, thats gone now. I don't see same thing happening on "demo" site so not sure if something that I am doing is wrong. Unfortunately, I don't see a demo sample code in github or my downloads either, so hard to figure out how you guys are calling that.
Third problem - The exported PDF has "space" missing. If I have a report title "MY REPORT". It looks fine on viewer but when exported to PDF, it appears as "MYREPORT".
Please provide sample of using interactive fields in pure JS if you have one.