You are here: Common Elements > Table Element

Table Element

Description

The Table element is used to format Search and Inquiry screen results.

Table Element/Attribute Table

Element/Tag

Definition

Attribute

Element/Attribute Value and Description

<Table>

Controls the display of results. This tag formats results in a table.  

NAME

NAME attribute is valid only for Segment Screen

<Column>

 

 

 

 

 

ALIGN

String

"Left", "Center", "Right" (Case-insensitive)

Defines the data alignment of the column.

WIDTH

Number

Defines the column width of the table and the number of characters that can be displayed in the specified column

FORMAT

String

"Text", "Currency", "Date"

Allows formatting of data

<Display>

Provides the column header label.

 

String

<Name>

Exact name of the field (database name).

 

String

<Group>

 

Indicates the table/screen that stores the field being referenced. The value used should be appropriate for the screen being configured.

 

String

Examples:

SegmentName

SegmentField

Client

ClientField

Role

RoleField

<DataType>

Defines the datatype of the field.

 

String

 XML Example

<Table>
<Column WIDTH="152" ALIGN="LEFT" FORMAT="Text">
<Display>Refund Number</Display> 
<Group>SuspenseRefund</Group>  
<Name>RoleCode</Name>  
<DataType>Text</DataType>
</Column>
<Column WIDTH="140" ALIGN="Right" FORMAT="Text">
<Display>Company</Display>  
<Group>SuspenseRefund</Group>  
<Name>Company</Name>  
<DataType>Text</DataType>
</Column>
<Column WIDTH="140" ALIGN="Right" FORMAT="Text">
<Display>Plan</Display>  
<Group>SuspenseRefund</Group>  
<Name>Plan</Name>  
<DataType>Text</DataType>
</Column>
</Table>
 

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices