I have HTML code stored in a richtext field called printHTML. After i save the document and check the document properties, i see 3 printHTML richtext fields of same name having different dup item id(0,1,2).
Now, when i try to read the contents of the printHTML field i am able to get the HTML code stored in the first printHTML field (with dup item id of 0).
I am using the follwing code:
Set item = doc.GetFirstItem("printHTML") //reading RT item
Print item.Values //printing the html code to web.
Any ideas on how i would be able to get the entire contents from all the three printHTML fields.
thanks.
Now, when i try to read the contents of the printHTML field i am able to get the HTML code stored in the first printHTML field (with dup item id of 0).
I am using the follwing code:
Set item = doc.GetFirstItem("printHTML") //reading RT item
Print item.Values //printing the html code to web.
Any ideas on how i would be able to get the entire contents from all the three printHTML fields.
thanks.