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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
How to Print just few columns of a fully populated embedded iframe
-
- nuBuilder Team
- Posts: 4581
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 536 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