%HI_GetColumnText, %HI_SetColumnText functions


Functions

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

The function %HI_GetColumnText gets the column header of the specified displayer of the 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
refIdReference to the graphic object  (reference variable).
indexSerial number of row.
descriptColumn header.
Description
In Browser, the columns are configured in the 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