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 >
Wrap
Text File
|
1997-03-07
|
724b
|
23 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)s_phasevdb.tcl /main/titanic/3
# Author: voyager
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)s_phasevdb.tcl /main/titanic/3 7 Mar 1997 Copyright 1997 Cayenne Software Inc.
require phasevdbob.tcl
method PhaseVDbObj::addDocumentVersion {this} {
require_module_file "newdocvdlg.tcl" docwriter
set box $wmttoolObj.newDocumentV
if {! [isCommand $box]} {
NewDocVDlg new $box
}
$box dbObj $this
# set the possible editor choises
$box popUp
}