|
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:
|
|||||||
Return value: |
|||||||
|
|||||||
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 |