LogView definition

Top  Previous  Next

The table definition determines the display of the LogView table.

 

The table format settings consist of a standard header for all lists and the object-specific format settings for the individual columns. (#Column)

 

Icon-HinweisEach column to be displayed must be defined with the Column tag. The order from top to bottom is determined by the order of columns from left to right.

 

#Column

ID

Format

Width

Alignment

Options

 

Parameters for #Column tag:

Parameters

M/O

Value

Default

Comment

ID

M

TimeStamp

Catalogue

MsgId

MsgText


Specifies the column.

Format

O

Format

 

TimeStamp = %[dd-mm HH:MM:SS]DT

Catalogue = %s

MsgId = %d

MsgText = %s

Format

See also #Variable

Width

O

Integer

-1

Column width, in which:

(width < 0) => automatic column width

(width == 0) => column hidden

(width > 0) => fixed column width in pixels

 

Icon-HinweisIf the total of all fixed column widths is wider than the width DX of the object, a horizontal scroll bar is displayed automatically.

Title

O

Text

Column-dependent

Column header

Alignment

O

 

left

center

right

left

Horizontal alignment of the text in the cell

left-justified
centered
right-justified

Options

 




 

Example

Tag

Value

 

 

 

 

 

#Header:Height

0

 

 

 

 

 

#Header:Font

 

 

 

 

 

 

#Header:Color

 

 

 

 

 

 

#Header:BackColor

 

 

 

 

 

 

#Row:Lines

0

 

 

 

 

 

#Row:Height

0

 

 

 

 

 

#Grid:Hide

no

 

 

 

 

 

#Grid:Color

 

 

 

 

 

 

Column

ID

Format

Width

Title

Alignment

Options

#Column

TimeStamp

%[dd-mm HH:MM:SS]DT

-1

TimeStamp

left

 

#Column

Catalogue

%s

-1

Catalogue

left

 

#Column

MsgId

%d

-1

MsgId

left

 

#Column

MsgText

%s

-1

MsgText

left