Show empty text elements in report [message #1148331] |
Mon, 21 October 2013 12:28  |
Jan Krakora Messages: 477 Registered: December 2009 Location: Prague |
Senior Member |
|
|
Hi,
I have a table with one column and two rows in its detail part. The second row contains an image while the first row contains a Text element. When the column binded to the Text element doesn't contain any text value, the Text element is removed from the layout.
I would like to keep the Text element within the layout so there will be an empty space. How can I do that?
When I use Data element, it works as I expected. But Data element can't show HTML.
[Updated on: Mon, 21 October 2013 13:14] Report message to a moderator
|
|
|
|
|
|
Re: Show empty text elements in report [message #1196948 is a reply to message #1162832] |
Tue, 19 November 2013 17:28  |
|
Sorry for the delay. You could probably write a line of script in the onCreate method of the grid to check the row value used in the text box. If it's blank, you could set the height on the grid. If it's not, you'd leave it unset. Let me know.
Michael
Developer Evangelist, Silanis
|
|
|
Powered by
FUDForum. Page generated in 0.02221 seconds