Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Open a record in an iframe via a button Topic is solved

Questions related to using nuBuilder Forte.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Open a record in an iframe via a button

Unread post by kev1n »

The display object now supports multiple lines. Each selected column will be output on a new line.

:arrow: Updated documentation
:arrow: Change is on Github

Example:
display_multiline.png
You do not have the required permissions to view the files attached to this post.
stevenmiller
Posts: 26
Joined: Mon Jul 06, 2020 4:23 pm
Has thanked: 3 times

Re: Open a record in an iframe via a button

Unread post by stevenmiller »

Thanks, Kevin, for sharing
yvesf
Posts: 337
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 92 times
Been thanked: 11 times

Re: Open a record in an iframe via a button

Unread post by yvesf »

Hi Kev1n,

Would it be possible to take a look at how to code this?
I tried using CONCAT, but I’m not quite sure why it's necessary to switch to a text area—maybe it has something to do with the carriage return?

Many thanks in advance for your always appreciated help!

Best regards,
Yves
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: Open a record in an iframe via a button

Unread post by kev1n »

But by using a textarea instead of an input, multiple columns could be selected in the query, and each column would be output as a new row in the textarea. An input object does not support multiple lines.
Post Reply