home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1995
- #
- # File: %W%
- # Author: Harm Leijendeckers
- # Description: Source file of class Report
- #
- #---------------------------------------------------------------------------
- # SccsId = %W% %G% Copyright 1995 Cadre Technologies Inc.
-
- set M4_home [m4_var get M4_home]
-
- if { ![string length [info commands Report]] } {
- source $M4_home/reports/rwclassdef.tcl
- source $M4_home/reports/rwmethods.tcl
- }
-