We’ve just upgraded our client from Notes 5.8 to Notes 6.5. and I’m having problems with a form where I use RichText Items to display large fields.
It worked perfectly in Notes 5.8.
I’m getting a “Type mismatch” error on the Set richText = doc.GetFirstItem (see code below):
Dim richText As NotesRichTextItem
wkDate = “2004/01/01”
Set richText = doc.GetFirstItem (“TrnValDate” )
TrnValDate is defined as a Computed RichText Field on the document.
Any suggestions as to why I’m getting this error in Notes 6.5 and not in Notes 5.8 (where it’s working perfectly)?
Thanks
Anel