• By Mark Woods 2 decades ago

    When Enabling the ONTF - Return Receipt settings ( TOOLS - PREFERENCES - OPEN NTF SETTINGS - MEMO - Return Receipt Settings: ) the only form that is enabled is the MEMO form.

    If you receive a Reply, the ONTF Return Receipt options are not honored



    To fix:

    Edit the forms: Reply, Reply With History

    Edit the form.QueryOpen code.

    Insert the following code:

    '=&gt; OpenNTF code:<br/>
    Call MsgReturnReceipt(Source,Continue)<br/>
    





    so it looks like:

    Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant)

    '=&gt; OpenNTF code:<br/>
    Call MsgReturnReceipt(Source,Continue)<br/>
    '*********************************************<br/>
    'Begin Quota Checking Code<br/>
    '*********************************************<br/>
    



    Not sure if there are other forms to consider that can be tagged with Return Receipts & would need to be intercepted & handled.

    • Thanks, will be fixed in next version <eom>

      By Vince Schuurman/NDT 2 decades ago