home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / p_sfileldb.tcl < prev    next >
Text File  |  1997-03-07  |  638b  |  20 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)p_sfileldb.tcl    /main/titanic/4
  6. #      Author:         voyager
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)p_sfileldb.tcl    /main/titanic/4   7 Mar 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. proc SFileLDbObj::docwriter_promoter {this} {
  12.  
  13.     require_module_file filerefsec.tcl docwriter
  14.  
  15.     if {![$this isA FileRefSection] && 
  16.         [FileRefSection::validDocument $this]} {
  17.         FileRefSection promote $this
  18.     }
  19. }
  20.