Page 2 of 2

Re: Open a record in an iframe via a button

Posted: Wed Mar 19, 2025 8:00 am
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

Re: Open a record in an iframe via a button

Posted: Wed Mar 19, 2025 9:05 pm
by stevenmiller
Thanks, Kevin, for sharing

Re: Open a record in an iframe via a button

Posted: Thu Apr 10, 2025 2:44 pm
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

Re: Open a record in an iframe via a button

Posted: Thu Apr 10, 2025 3:08 pm
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.