A script-enabled browser is required for this page to function properly.

Menu Parameter Object Macros

This section describes the macros of the Oracle Forms Open API Menu Parameter object.

Menu Parameters are no longer supported and these topics exist for documentation purposes only.

d2fmpmg_assoc_menus_count( ctx, obj, val );

This macro returns the value of the D2FP_ASSOC_MENUS_COUNT property of the menu parameter object as type number.

d2fmpmg_assoc_mnus( ctx, obj, val );

This macro returns the value of the Associated Menus property of the menu parameter object as type object.

d2fmpmg_case_rstrction( ctx, obj, val );

This macro returns the value of the Case Restriction property of the menu parameter object as type number.

d2fmpmg_client_info( ctx, obj, val );

This macro returns the value of the D2FP_CLIENT_INFO property of the menu parameter object as a type dvoid pointer.

d2fmpmg_comment( ctx, obj, val );

This macro returns the value of the Comments property of the menu parameter object as type text.

d2fmpmg_conceal_data( ctx, obj, val );

This macro returns the value of the Conceal Data property of the menu parameter object as type boolean.

d2fmpmg_hint( ctx, obj, val );

This macro returns the value of the Hint property of the menu parameter object as type text.

d2fmpmg_label( ctx, obj, val );

This macro returns the value of the Label property of the menu parameter object as type text.

d2fmpmg_max_len( ctx, obj, val );

This macro returns the value of the Maximum Length property of the menu parameter object as type number.

d2fmpmg_mnu_param_init_val( ctx, obj, val );

This macro returns the value of the Menu parameter Initial Value property of the menu parameter object as type text.

d2fmpmg_module( ctx, obj, val );

This macro returns the value of the D2FP_MODULE property of the menu parameter object as type object.

d2fmpmg_name( ctx, obj, val );

This macro returns the value of the Name property of the menu parameter object as type text.

d2fmpmg_next( ctx, obj, val );

This macro returns the value of the D2FP_NEXT property of the menu parameter object as type object.

d2fmpmg_owner( ctx, obj, val );

This macro returns the value of the D2FP_OWNER property of the menu parameter object as type object.

d2fmpmg_par_flnam( ctx, obj, val );

This macro returns the value of the D2FP_PAR_FLNAM property of the menu parameter object as type text.

d2fmpmg_par_flpath( ctx, obj, val );

This macro returns the value of the D2FP_PAR_FLPATH property of the menu parameter object as type text.

d2fmpmg_par_modstr( ctx, obj, val );

This macro returns the value of the D2FP_PAR_MODSTR property of the menu parameter object as type number.

d2fmpmg_par_modtyp( ctx, obj, val );

This macro returns the value of the D2FP_PAR_MODTYP property of the menu parameter object as type number.

d2fmpmg_par_module( ctx, obj, val );

This macro returns the value of the D2FP_PAR_MODULE property of the menu parameter object as type text.

d2fmpmg_par_nam( ctx, obj, val );

This macro returns the value of the D2FP_PAR_NAM property of the menu parameter object as type text.

d2fmpmg_previous( ctx, obj, val );

This macro returns the value of the D2FP_PREVIOUS property of the menu parameter object as type object.

d2fmpmg_required( ctx, obj, val );

This macro returns the value of the D2FP_REQUIRED property of the menu parameter object as type boolean.

d2fmpmg_source( ctx, obj, val );

This macro returns the value of the D2FP_SOURCE property of the menu parameter object as type object.

d2fmpms_assoc_mnus( ctx, obj, val );

This macro sets the value of the Associated Menus property of the menu parameter object.

d2fmpms_case_rstrction( ctx, obj, val );

This macro sets the value of the Case Restriction property of the menu parameter object.

d2fmpms_client_info( ctx, obj, val );

This macro sets the value of the D2FP_CLIENT_INFO property of the menu parameter object.

d2fmpms_comment( ctx, obj, val );

This macro sets the value of the Comments property of the menu parameter object.

d2fmpms_conceal_data( ctx, obj, val );

This macro sets the value of the Conceal Data property of the menu parameter object.

d2fmpms_hint( ctx, obj, val );

This macro sets the value of the Hint property of the menu parameter object.

d2fmpms_label( ctx, obj, val );

This macro sets the value of the Label property of the menu parameter object.

d2fmpms_max_len( ctx, obj, val );

This macro sets the value of the Maximum Length property of the menu parameter object.

d2fmpms_mnu_param_init_val( ctx, obj, val );

This macro sets the value of the Menu parameter Initial Value property of the menu parameter object.

d2fmpms_module( ctx, obj, val );

This macro sets the value of the D2FP_MODULE property of the menu parameter object.

d2fmpms_name( ctx, obj, val );

This macro sets the value of the Name property of the menu parameter object.

d2fmpms_next( ctx, obj, val );

This macro sets the value of the D2FP_NEXT property of the menu parameter object.

d2fmpms_owner( ctx, obj, val );

This macro sets the value of the D2FP_OWNER property of the menu parameter object.

d2fmpms_par_flnam( ctx, obj, val );

This macro sets the value of the D2FP_PAR_FLNAM property of the menu parameter object.

d2fmpms_par_flpath( ctx, obj, val );

This macro sets the value of the D2FP_PAR_FLPATH property of the menu parameter object.

d2fmpms_par_modstr( ctx, obj, val );

This macro sets the value of the D2FP_PAR_MODSTR property of the menu parameter object.

d2fmpms_par_modtyp( ctx, obj, val );

This macro sets the value of the D2FP_PAR_MODTYP property of the menu parameter object.

d2fmpms_par_module( ctx, obj, val );

This macro sets the value of the D2FP_PAR_MODULE property of the menu parameter object.

d2fmpms_par_nam( ctx, obj, val );

This macro sets the value of the D2FP_PAR_NAM property of the menu parameter object.

d2fmpms_previous( ctx, obj, val );

This macro sets the value of the D2FP_PREVIOUS property of the menu parameter object.

d2fmpms_required( ctx, obj, val );

This macro sets the value of the D2FP_REQUIRED property of the menu parameter object.


Creating modules using the Open API

Modifying modules using the Open API

About Open API header files

Menu parameter object functions

Menu parameter object API properties

Menu parameter object