Adams Basic Package > Adams View > View Command Language > interface > interface data_table undisplay

interface data_table undisplay

Allows you to close an existing data table.
The data table is similar to a excel workbook where a categorized data can be stored as array, locating each item by its row and column index. The data table can be created on a dialog box and the data is displayed using this command.
The data table need not be always displayed, whenever required it can be closed by using this command.

Format:

 
interface data_table undisplay
data_table_name =
an existing GI_data_table

Example:

 
interface data_table undisplay &
data_table_name =
.gui.atv.dtable

Description:

 
Parameter
Value Type
Description
data_table _name
An Existing GI_data_table
Specifies the name of an existing data table to be closed

Extended Definition:

The data table can be closed by choosing the appropriate data_table_name and running the ‘undisplay’ command