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

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1997
  4. #
  5. #      File:           @(#)s_phasevdb.tcl    /main/titanic/3
  6. #      Author:         voyager
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)s_phasevdb.tcl    /main/titanic/3   7 Mar 1997 Copyright 1997 Cayenne Software Inc.
  10.  
  11. require phasevdbob.tcl
  12.  
  13. method PhaseVDbObj::addDocumentVersion {this} {
  14.     require_module_file "newdocvdlg.tcl" docwriter
  15.     set box $wmttoolObj.newDocumentV
  16.     if {! [isCommand $box]} {
  17.     NewDocVDlg new $box
  18.     }
  19.     $box dbObj $this
  20.     # set the possible editor choises
  21.     $box popUp
  22. }
  23.