Then I set the text for the header like this: 'Line 1' & Chr(10) & 'Line 2'
and it works fine at design time for Desktop, showing two lines fitting the header.
Line 1
Line 2
---------------
Table content
(ok)
The problem is that at WebView and when the document is browsed at Access Point by an Ajax client, this table shows a three lines header with an additional blank line.
Line 1
Line 2
----------------
Table content
(undesired blank line in the header)
Can anyone help me to understand what is happening ?
What can I do to avoid this extra blank line for web view ?