Pages

Tuesday, January 3, 2012

A way to handle "Element or Navigator is invalid" error when using NotesRichTextNavigator


Before attempting to create a rich text navigator, just check if the field is empty or not


                x=doc.GetItemValue("MyTextarea")
                                If isEmpty(x)="" Then
                                                Goto skipLoop2
                                End If


So this is one possible work around for the bug that I was posted earlier


Hope this helps some one J


No comments:

Post a Comment