home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
p_ssysvdbo.tcl
< prev
next >
Wrap
Text File
|
1997-08-29
|
788b
|
22 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1996
#
# File: @(#)p_ssysvdbo.tcl /main/titanic/2
# Author: Marcel Bancken
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)p_ssysvdbo.tcl /main/titanic/2 29 Aug 1997 Copyright 1996 Cayenne Software Inc.
proc SSysVDbObj::corpmodelling_promoter {this} {
if {(! [isCommand .main]) || (! [.main isA CommonBrowser])} {
return
}
set savedGroupVersionSet $this.${SvdGVUiObj::uiClass}:0
if {! [isCommand $savedGroupVersionSet]} {
SvdGVUiObj new $savedGroupVersionSet -parent $this
}
$this savedGroupVersionSet $savedGroupVersionSet
}