Welcome to the nuBuilder Forums!

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

Questions related to using nuBuilder Forte.
Post Reply
Costa
Posts: 39
Joined: Sun Aug 15, 2021 9:46 am
Has thanked: 11 times
Been thanked: 4 times

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

Unread post 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
kev1n
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

Unread post 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]);
Costa
Posts: 39
Joined: Sun Aug 15, 2021 9:46 am
Has thanked: 11 times
Been thanked: 4 times

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

Unread post by Costa »

Thanks!! Your tips are always the best
Post Reply