Problem with computed richtxt fields

HiI appended one doc link in one computed richtextfield.After appending doclink.,when clicking giving “File doesnot exist”.If i am keeping as editable richtextfield.,it is working fine.But i need to restrict the user to edit this doclink included richtext field.

Can anyone help me in this issue.

Thanks in advance

Subject: Problem with computed richtxt fields

I think we would need to see your code. But did you look at the Update method and this tip?

Subject: RE: Problem with computed richtxt fields

I appending one doclink into 1 richtext field(Computed) and saving the document.After that i gain appending another doclink by using some other code from button into same richtext field.when i am opening that document .,first doclink is prompting error “File does not exist”.Other doclink is opening fine.

If i am keeping richtext field as editable rather than computed., it is working fine.But i need to restrict the user to edit that field.I tried with two rich text fields.,same problem is coming.Only the first doclink(first time it is opening)is not opening after appending the seond doclink.,second one is opening fine

Subject: RE: Problem with computed richtxt fields

That wasn’t code.