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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to Print just few columns of a fully populated embedded iframe
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: How to Print just few columns of a fully populated embedded iframe
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
E.g. set
Code: Select all
nuPrintIncludeColumns([1,2,3]);
Re: How to Print just few columns of a fully populated embedded iframe
Thanks!! Your tips are always the best