[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1244.0. "MAIL REPLY/EXTRACT function in ALL-IN-1" by HGOVC::ANTHONYWONG () Fri Aug 14 1992 12:13

    Hi all,
    
    Is there a simple to implement the function as VAX MAIL REPLY /EXTRACT
    in ALL-IN-1 V2.4 instead of use GOLD GET? We have users in ASIA region
    would like to inplement this to save keystrokes.
    
    Thank You in advance.
    
    Anthony             
T.RTitleUserPersonal
Name
DateLines
1244.1LARVAE::JORDANChris Jordan, TSE - Technology Services, End-User ComputingFri Aug 14 1992 12:3431
    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