Hi
I am using a document collection which will get all the policy documents.I will handle each documents in the collection one by one and obtain some field values then populate those in a single text field. Now i wish to make the values as a link which when clicked on will direct to that particular document.
I need your assistance in it.
Ex)
Field value:
policy1 …(on click it should link to policy 1 document)
policy2…(on click it should link to policy 2 document)
Thanks in advance
Subject: making a text value as links
hi 
have a look at the help and see AppendDocLink method in notes rich text item.
You should get this to work 
If not, repost or mail me!
Alex
Subject: RE: making a text value as links
but i am not using rich text field.
Subject: RE: making a text value as links
well you should in case you wanna use doclinks.else you might choose a text field and mark it as passthorugh html and generate ‘html links’ to the docs
Subject: RE: making a text value as links
better i will use Rich text field instead…
thanks friend