dear friends,i use appendtable and using NotesRichTextNavigator, to navigate each column .In column 1 row 1 i use AppendDocLink to link to formA.
my coding is call NotesRichTextItem.AppendDocLink(notesdocument, “project”). but text “project” doesn’t appear when i run it
Subject: appenddoclink not work properly
HiTry with “call NotesRichTextItem.AppendDocLink(notesdocument,“project”,“project”)”.
It makes that text “Project” will appear as hopspotlink.Is this the one you realy want.
Subject: RE: appenddoclink not work properly
to kumar mvs,Thanx kumar mvs, it work well. But i want picture in the left still exist. I want after the picture the text “Project” appears.
thanx a lot for answering my question
Subject: RE: appenddoclink not work properly
HiUse this line “Call notesRichTextItem.AddNewLine( n% )” before appending doclink.
Subject: RE: appenddoclink not work properly
thanx a lot kumar mvs for answering my question.it works as i hope