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
)
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)
Pridať komentár