This section describes the macros of the Oracle Forms Open API LOV Column Mapping object.
d2flcmg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the LOV column mapping object as a type dvoid pointer.
d2flcmg_disp_wid( ctx, obj, val );
This macro returns the value of the Display Width property of the LOV column mapping object as type number.
d2flcmg_name( ctx, obj, val );
This macro returns the value of the Name property of the LOV column mapping object as type text.
d2flcmg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the LOV column mapping object as type object.
d2flcmg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the LOV column mapping object as type object.
d2flcmg_rtrn_itm( ctx, obj, val );
This macro returns the value of the Return LOV column mapping property of the LOV column mapping object as type text.
d2flcmg_title( ctx, obj, val );
This macro returns the value of the Title property of the LOV column mapping object as type text.
d2flcms_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the LOV column mapping object.
d2flcms_disp_wid( ctx, obj, val );
This macro sets the value of the Display Width property of the LOV column mapping object.
d2flcms_name( ctx, obj, val );
This macro sets the value of the Name property of the LOV column mapping object.
d2flcms_rtrn_itm( ctx, obj, val );
This macro sets the value of the Return LOV column mapping property of the LOV column mapping object.
d2flcms_title( ctx, obj, val );
This macro sets the value of the Title property of the LOV column mapping object.
Creating modules using the Open API
Modifying modules using the Open API
LOV column mapping object functions