TreeAge Pro


TableObj Overview
TableObj Overview

TreeAge Pro - Table of Contents

TreeAge Pro Interactive - Table of Contents
TreeAge Pro Interactive - TableObj Object

Documentation Home
TreeAge Website Home

This object is used to manipulate the values of a table. Changes to this object immediately affect calculations in the associated TreeObj. Note that you should not create a TableObj directly; instead, use TreeObj.GetTable.

 Properties
  
 
name The name of the table
lookupMethod The lookup method for missing indexes
valid Indicates whether the object's contents are valid
err Indicates if an error occurred during value lookup
message Returns a status message related to errors

 
 Methods
  
 
GetValue Performs a table lookup based on an index
SetValue Edits an index/value pair in the table
GetValue2 Performs a table lookup based on both index and column number
SetValue2 Edits the 'cell' value based on a specified index and column
GetData Use to retrieve complete data and header arrays
SetColumns Sets the number of value columns in the table
SetColumns2 Sets both the number of value columns and the column headers in the table
EnterTabbedTable Replaces the contents of the table using tabbed text
Clear Clears all entries from the table
SetDatabasePassword Sets the password for a database connection for the table.
TestDatabaseConnection Tests the database connection for a table.
RequeryDatabase Clears and fills the table from a database connection.