%HI_SetBrowserStText function


Function
The function %HI_SetBrowserStText sets the object of Status text type for field, row or column of the Browser displayer. A type of status text is determined by the object of Status text (control function).
Declaration
%HI_SetBrowserStText(
   INT in refId,
   INT in _row,
   INT in _col,
   HBJ in stText
 )

Parameters
refId Reference to displayer (reference variable).
_row Row of the field.
_col Column of the field.
stText Reference to object Status text type.

Description

The function sets the object of Status text type to specific item of Browser displayer. This setting can be cancelled by inserting 0 (zero) into the parameter stText.


Example
;status text setting for column No. 3
 %HI_SetBrowserStText (_browser, 0, 3, sttxt_Colors\HBJ)
;status text setting for field [2,3]
 %HI_SetBrowserStText (_browser, 2, 3, sttxt_Colors\HBJ)


Note 2
This function is available also in %HIX_ version.
Napíšte komentár