I am looking for a way in Servoy to display this data. I currently have it in a TableView Locked form with 3 columns of data.
Which displays the notes field for as much will fit in the column. So it gets truncated.
I want the user to be able to see all the text without have to click on it and popup and display it in a seperate control. Word Wrap onto multiple lines would be nice.
This is read only data. just history notes on talking with clients.
Is your field a TEXT_FIELD now?
If you change the displayType-property of the field to TEXT_AREA and set the horizontal scrollbar to “never”, the text will be wrapped.
You can set your tooltip to be a formatted result of the varchar field and use HTML to add styling if needed including things like colour, font and line breaks etc
Thanks for the ideas. I have defined a tooltip based on the varchar but it will not give me the tooltip pointer when I hoover over the field in the Tableview.
If this is a read-only view, why not provide it in Print Preview mode or as a pdf, and set the printSliding property for the field to “Allow height to: Grow” (turn off scrollbars)
just another idea …
re tooltips, I believe they don’t work in table-view