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

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