DtvLong dal_iwf_lis_ent (ent_mas)

Creates the defined list widget for the entity and outputs it on the screen.

Input Parameters Significance
char *ent_mas names of the entities [> < = selection menu]
name of the list [> < = default list]

Output Parameters Significance
none -

Return Code Significance
0 no error
1 wrong entity name passed
2 no access to the entity granted
3 no list to the entity defined
GLB_RET_BRK menu cancelled < glbdef.h >

Can be invoked as on_select-userexit at any menu item or as on_event-userexit in any state of the user interface.

If you do not pass any entity, DataView will create a selection menu containing all entities already defined in the application.

If you do not pass any list, DataView will create the widget using the default list specified in the entity definition.

You can only pass a list together with the entity.

You must pass the entity as first parameter in the parameter string. Entity and list must be separated by spaces.