Page 1 of 1

How to Print just few columns of a fully populated embedded iframe

Posted: Mon Mar 25, 2024 12:47 pm
by Costa
Good morning everyone.

I have a form with select objects that allow me to filter a series of records within an embedded iframe.
At this point I would need to print only a few columns of what is shown by the filtered iframe.
It doesn't matter whether as a report or simple printing.


Any suggestions how to approch similar problem??

Thanks for any help
Costa

Re: How to Print just few columns of a fully populated embedded iframe

Posted: Thu Mar 28, 2024 6:27 am
by kev1n
As of Files: V.4.5-2024.03.28.0 there's a nuPrintIncludeColumns() function to set the columns to be printed with the "Print" button.

E.g. set

Code: Select all

nuPrintIncludeColumns([1,2,3]);

Re: How to Print just few columns of a fully populated embedded iframe

Posted: Thu Mar 28, 2024 6:21 pm
by Costa
Thanks!! Your tips are always the best