LogiView

Command 'field_set_menu'

     

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:

{WDG_ID} Widget ID
{FLD} Field name
{STR_EXPR} Name of menu
-  
 

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