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

interface data_table display

Allows you to display 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 on the screen. Whenever required, the appropriate data table can be displayed by using this command.

Format:

 
interface data_table display
data_table_name =
an existing GI_data_table

Example:

 
interface data_table display &
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 displayed

Extended Definition:

The data table can be displayed by choosing the appropriate data_table_name and running the ‘display’ command.