I'm afraid calculating automatically the height of the content of the HTML viewer requires embedding javascript in it (easy if you program directly the HTML viewer, but maybe not so easy if you use DD), for triggering an event at the onReady javascript event and transmit the offsetHeight of the main HTML element (<body onready="javascript:...getElementsById('sapeventlink').click( );"> with <a href="SAPEVENT:action(...)" id="sapeventlink"> and handle the SAPEVENT event of the HTML viewer to get values).
↧