Passing Values from Response to Response-2-Response Document

Hello. I have 3 documents: MainDoc, RespDoc, and Resp2RespDoc. If MainDoc is edited after it has been initially saved, it has PostSave script to update values in the RespDoc. However, when RespDoc is edited after it has been initially saved, it IS NOT updating Resp2RespDoc. I tried using the same type of PostSave script in RespDoc, but it still would not update the values in Resp2RespDoc. Any ideas/suggestions?

Subject: RE: Passing Values from Response to Response-2-Response Document

The problem is not with the type of document, but with your script or with some difference in the timing of when you run the script. The Responses property works the same for response documents as it does for main documents.

Please use the LotusScript debugger to step through the script and find out where it’s going wrong. Read the “C R I S P Y” link below for some guidance about what to do before you post a question here, and what information you need to include.

  • Andre Guirard, IBM/Lotus Development

Useful blog: Best Practice Makes Perfect

For faster answers, be C R I S P Y