Hi all,
I have discovered an annoying issue that is present in R6 but was fine in R5.
I have 2 forms (FormA and FormB). FormA is a standard document form it has 2 fields. Field 1 is a text field, field 2 is a rich text field.
I create a document and enter some text in my text field and Paste an Image in the RT field and Save the document.
I can open this fine in the browser the image and text display correctly.
FormB is a Response form that has the “Formulas Inherit Values from Selected Document” Tick Box Ticked.
Form B has the same fields as form A but they are set to be computed they have the same name and type.
FormB also has a Query_String Field.
In the browser if I enter the following URL -
http://servername/dbname.nsf/formb?openform&ParentUNID =ParentDocumentUnidGoesHere
The new form opens and the text field iis correctly displayed with the text from the parent document but the image is not. Domino correctly renders an IMG tag and even retains the size of the image correctly but the SRC property for the image is blank.
As I said this works flawlessly in R5 and this not working in R6 is proving to be a major issue.
Thanks in advance for any info.
Stephen