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 >
Wrap
Text File
|
1997-03-07
|
641b
|
20 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)p_itemprdb.tcl /main/titanic/4
# Author: voyager
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)p_itemprdb.tcl /main/titanic/4 7 Mar 1997 Copyright 1997 Cayenne Software Inc.
proc ItemPRDbObj::docwriter_promoter {this} {
require_module_file itempropse.tcl docwriter
if {![$this isA ItempropSection] &&
[ItempropSection::validDocument $this]} {
ItempropSection promote $this
}
}