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

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

19.0. "CC editor bugs, problems, questions, etc" by VINO::DBIGELOW (Innovate, Integrate, Evaporate) Thu Sep 24 1992 23:17

-    Verify multiple times causes a memory fault.

-    Gives spurious 'event '(null)' not defined' when doing a verify at exit.

-    Improper spacing between event priorities when adding an event.

-    Verify doesn't catch action command if it is not on disk.

-    Won't delete with the following syntax:

     CM_EDIT> delete action name space name

-    Modify watch doesn't work properly
    
T.RTitleUserPersonal
Name
DateLines
19.1FixedVINO::DBIGELOWInnovate, Integrate, EvaporateThu Oct 15 1992 22:0023
>Verify multiple times causes a memory fault.
>Gives spurious 'event '(null)' not defined' when doing a verify at exit.

    The reason for this is that there is an illegal event definition 
    in the database. The 'text' field was empty. This also caused the 
    verification errors.
    
>Improper spacing between event priorities when adding an event.
    fixed
    
>Verify doesn't catch action command if it is not on disk.
    fixed
    
>Won't delete with the following syntax:
>    CM_EDIT> delete action name space name
    
    If there are imbedded spaces, double quotes must be placed around the
    name.
    
>Modify watch doesn't work properly
    
    fixed