[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

3910.0. "Templates and Scratch Pad ..." by VNABRW::EHRLICH_K (Still, I'm sad ...) Tue Feb 22 1994 13:56

    Hi y'all,
    
    	I'm back again in the ALL-IN-1 world after doing a lot of AXP
    things.
    
    My customer found something wrong with the Scratch Pad.
    
    Here are the steps he did and it's really reproducable for me and you
    too.
    
    ALL-IN-1 v3.0A German LLV
    
    WP C  a document in the MAIN drawer 
    GOLD A fill in an existing template document
    message 'Merging document ...'
    
    edit the document -> Exit with F10
    
    Then do a SP F ile Content
    fill in folder/name
    and ....
    
    suddenly you'll get the message 'Merging document ...' again.
    
    It seems that the template from the first document will be included.
    Fortunatly it doesnt. But the message should not appear.
    
    After tracing I found that some symbols/flags are not cleared. But for
    fixing this, I don't know what to reset.
    
    Do you have any ideas???
    
    Thank you very much for your kind support -as always-
    
    Best regards
    Charly_from_CSC_Vienna
     
     
    
    
    
    
T.RTitleUserPersonal
Name
DateLines
3910.1I'd like to solve this ...VNABRW::EHRLICH_KStill, I'm sad ...Wed Feb 23 1994 13:2525
    Hi,
    
    	I'd like to solve this with the following modification of
    DOCCREATE.SCP:
    
    
    .LABEL NO_STAGE_1
    ! see if there is a template document to merge
    !DISPLAY Merging template document . . .
            .IF #SETDOC EQS "" THEN .GOTO CHECK_FORMNAME
            .IF #SETDRAWER NES OA$CURDWR THEN CABINET SET_DRAWER #SETDRAWER
            GET OA$DISPLAY=OA$_WP_MRGTEMPDOC\FORCE
            GET OA$FUNCTION="MERGE " CAB$:DOCUMENT.FILENAME[#SETDOC] ","
    #WP_SYS_FI
            .IF OA$CURDWR NES #EDIT_DRAWER THEN CABINET SET_DRAWER
    #EDIT_DRAWER
            CAB CURRENT #EDIT_DOC
     >>>>>> GET #SETDOCNUM = #SETDRAWER = #SETFOLDER = #SETTITLE= "" <<<<<<<<
    .LABEL CHECK_FORMNAME
    
    
    Have fun
    Charly