Can responses be moved to a new parent without cut and paste?

Hi

Is there any way to set the $Ref field (or some other method) to move a response document to a new parent document?

I don’t want to cut and paste the responses because that creates new response documents and doc-links to the original response documents will all be broken.

Thanks in advance

Mohib

Subject: Sure…

Mohib,

You didn’t indicate from in what context are you trying to accomplish this.

From a Lotuscript standpoint, the document.makeresponse method is what you are looking for.

If you do a search in this and the R5 forum on “makeresponse”, you’ll get tons of examples, etc.

  • Matt

Subject: RE: Sure…

Sorry, I should have mentioned I wanted to do it from LotusScript.

MakeResponse is just what I was looking for.

Thanks

Subject: RE: Can responses be moved to a new parent without cut and paste?

Read about MakeResponse method.