%HI_GetColumnText, %HI_SetColumnText functions


Functions

The function %HI_SetColumnText sets the column header of the specified displayer of Browser or Logging type.

The function %HI_GetColumnText gets the column header of the specified displayer of Browser or Logging type (control function).


Declaration
%HI_SetColumnText(
   INT in refId, 
   INT in index, 
   TEXT in descript
 )

 TEXT %HI_GetColumnText(
   INT in refId, 
   INT in index
 )

Parameters
refId Reference to graphic object (reference variable).
index Serial number of row.
descript Column header.

Description
In Browser, the columns are configured in D2000 CNF, but in Logging, the sequence of columns is following:

Sequential numbers of Logging column:

  1. Name
  2. Description
  3. Event_rising_time
  4. User
  5. Old_value
  6. New_value
  7. Priority
  8. Incident
  9. Log_type

Napíšte komentár