Page 3 of 3

Re: Cannot print table

Posted: Wed May 07, 2025 8:04 am
by nadir
I added the line:

Code: Select all

f.nuSetProperty("date_filter", this.value);
to the onchange event of date object and it fixed the problem. The print view is now showing the data. Thanks for your help.