The code is to access the value of rich text, it shows “Varaint does not contain a container” in line item.Values(0), but item.Values has value when I use debugger to view it. The code works fine for other richh text field. I has compared the rich text properties of “RTItem” and other rich text. It is the same. What is the problem came from?
Based on Domino Designer help, the Values property for a Rich Text Item:“String. The text in the field, rendered into plain text.”
I am guessing that since a string is returned, I think the item.Values is considered a string and you should be able to check it that way ---- no (0) at the end…