home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
software
/
programy
/
komix
/
DATA.Z
/
t_attribute.tcl
< prev
next >
Wrap
Text File
|
1996-06-03
|
666b
|
23 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1995
#
# File: %W%
# Author: Challenger
# Description: Implementation of old Report Writer table Attribute
#
#---------------------------------------------------------------------------
# SccsId = %W% %G% Copyright 1995 Cadre Technologies Inc.
constructor AttributeRecord {class this workitem attribute value} {
set this [GCObject::constructor $class $this]
$this item_id [$workitem identity]
$this attribute [short2longname $attribute]
$this short_attribute $attribute
$this value $value
return $this
}