We have a form which displays a Rich text field on a browser using the ‘Display using Java Applet’ setting which works when it is a new document. The saved document is then stored in one of several databases.
To view / edit the document, the document is recreated using a WebQueryOpen agent that retrieves the data from the source database(s) and displays the data in a new document in the browser.
The data in the rich text field is not being displayed in the java applet when the ‘Display using Java Applet’ is selected. If the field is set to use HTML then the data is visible.
How can we retrieve the data and make sure it is visible using the Java Applet.
Any help/thoughts would be greatly appreciated
Thanks
Martin Elcox