 
            
            
            
            
                10 Dec
                
                    2003
                
            
            
                10 Dec
                
                '03
                
            
            
            
        
    
                4:23 a.m.
            
        Thanks for the pointer. I tried this but it did not work until I replaced:
doc->actionkey = NULL;
by
doc->actionkey = key;
in sp_document_maybe_done(). This fix seems logical to me, but it's not my code so please confirm that it's correct.
Ah, mea culpa. I think your fix is correct.
-mental