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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3606.1 | see also 2113.* | IOSG::CARLIN | Dick Carlin IOSG, Reading, England | Tue Nov 30 1993 19:10 | 9 |
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 |