Move response document

Hi

i have to move response document under another parent like drag response document & drop in parent document.Is it possible in standard outline style view.its urgent

Thanks

Subject: Move response document

Through code? Interactively? Notes? Web? What means “like” drag ‘n’ drop?

If you just want to move one response in the UI, cut it (Ctrl-X), select the new parent and paste it (Ctrl-V).

Subject: RE: Move response document

i have to add this functionalty on web & client both .through code it is possible.

Subject: RE: Move response document

To make a document a response to another document, use e.g.

Call notesDocument.MakeResponse(document)

Since a doc can always just be the response to one parent, this is all you need. Forget about drag ‘n’ drop in the client, there are no events to code against in standard outlines (non-calendar views).

For an example on how to code the UI in a web browser, check out Jake’s document sorting example. The back-end code could just as well use the above code.

http://codestore.info/store.nsf/unid/FISR-6MEKTD?OpenDocument