|
|
Defines a selection menu für the specified field. |
||||||||||||
| Existing selection menus for the field are deleted if an empty string is transferred as the menu name. | |||||||||||||
Syntax: |
|||||||||||||
| field_set_menu ({WDG_ID}, {FLD}, {STR_EXPR}) | |||||||||||||
I/O parameters:
|
|||||||||||||
Return value: |
|||||||||||||
|
|||||||||||||
Example: |
|||||||||||||
| Declaration of Variables | |||||||||||||
60 menu_create("ACTSELECT",ARP_ACT_A[1])
70 field_set_menu(widget_id(),"ARP_PRO_MPC.ACT_NAME","ACTSELECT")
|
|||||||||||||
|
Functions and commands: Modification of Fields |