| Many ways:
While reading press GOLD P - puts the details into the Scratch Pad.
While creating the reply, use GOLD G SP.
Set up a UDP to GOLD GET the document you are replying to (The ORIGINAL
field of the document you are creating will have the DOCNUM of the
document you are replying to).
Use ALL-IN-1 V3 and the GOLD O option to switch back to the original
document (then cut / paste to move information).
Use ALL-IN-1 V2.* and EDT as your editor, and use GOLD O.
What I do:
Use ALL-IN-1 V2.* and the following UDP's: The first I call EM_O, the
second SP_D. I use these in combination with GOLD P and GOLD G SP.
!original UDP - to read the message you are answering.....
.FX GET #DOC = OA$CURMES
.FX MAIL ORIGINAL
.FX MAIL READ
.FX MAIL GET #DOC
{ETB}
!SP_D - deletes the scratch pad.
.FX COPY "OA$LIB:SPNULL.TXT" "PASTE.TMP"
.FX PURGE_FILE PASTE.TMP,2
Hope this helps... Chriis
|