LogiView

Function 'field_title'

     

The command 'field_title' returns the field title of the specified field in the respective mask. For multi-language fields the title will be returned in the system language.

 

Syntax:

  field_title({WDG_ID},{FLD})
 

I/O parameters:

{WDG_ID} ID of mask widget
{FLD} Name of field
 

Return value:

 
-{EP_STR} Field title
 

Example:

  Declaration of Variables
  10 WDG = widget_id()
20 EP_STR = field_title(WDG, "T_MASTER_DAT.PART_ID")
30 put (EP_STR)

Functions and commands: Editing Fields