Content missing in HTML display: In my GuiXT script I call up on the first tab of a transaction an InputScript that reads some data from other tabs and generates an HTML page from a template. I then return to the first tab and show the HTML page on the screen with a statement Control progid="...html" name="xxc". But the HTML does not display the new data. What could be the reason?
Probably the HTML control still displays the previous page. Check the following: - Before you call up the InputScript with Enter ..., close the existing control with CloseControl name="xxx". And put a "Stop script" command after your "Enter", otherwise the remaining part of the script with the "Control" statement is executed before the InputScript.