[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

3606.0. "DOCCREATE and P1=NOEDIT no access to shared drawerr" by COPCLU::ELIN (Elin Christensen @DMO, DTN 857-2406) Tue Nov 30 1993 11:48

    A customer wants to use DOCCREATE.SCP for placing non-WPS-PLUS
    documents into different drawers.
    
    He wants to use the parameter #P1=NOEDIT, so that he does not enter the
    WPS-PLUS editor, but if #P1 equals NOEDIT the script will only allow
    him to use a drawer which he is the owner of.
    
    Is there a reason why he cannot place his documents into other shared
    drawers which he has write access to?  
    Or is it a bug which I should raise an SPR on?
    
    This is the check from DOCCREATE.SCP:
    
        .IF ((OA$CURDWR_OWNER NES PROFIL.VMSUSR[OA$USER] AND -
              OA$CURDWR_SHARED EQS OA$Y) OR OA$CURDWR_REMOTE = OA$Y) AND -
              #P1 EQS "NOEDIT" -
          THEN .GOTO NOT_OWNED

    Elin
    
T.RTitleUserPersonal
Name
DateLines
3606.1see also 2113.*IOSG::CARLINDick Carlin IOSG, Reading, EnglandTue Nov 30 1993 19:109
    Elin
    
    No need for an SPR. That check was put in there because a lot of the
    options that used the #P1=NOEDIT option had not been updated for shared
    filing. The bad news is that, although they have now been updated and
    the check removed, the fix didn't make it into V3.0-1.
    
    Dick