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

Report object macros

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

d2frptg_client_info( ctx, obj, val );

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

d2frptg_comm_mode( ctx, obj, val );

This macro returns the value of the D2FP_COMM_MODE property of the report object as type number.

d2frptg_comment( ctx, obj, val );

This macro returns the value of the D2FP_COMMENT property of the report object as type text.

d2frptg_dat_src_blk( ctx, obj, val );

This macro returns the value of the D2FP_DAT_SRC_BLK property of the report object as type text.

d2frptg_exec_mode( ctx, obj, val );

This macro returns the value of the D2FP_EXEC_MODE property of the report object as type number.

d2frptg_flnam( ctx, obj, val );

This macro returns the value of the D2FP_FLNAM property of the report object as type text.

d2frptg_module( ctx, obj, val );

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

d2frptg_name( ctx, obj, val );

This macro returns the value of the D2FP_NAME property of the report object as type text.

d2frptg_next( ctx, obj, val );

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

d2frptg_owner( ctx, obj, val );

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

d2frptg_previous( ctx, obj, val );

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

d2frptg_rpt_destination_fmt( ctx, obj, val );

This macro returns the value of the D2FP_RPT_DESTINATION_FMT property of the report object as type text.

d2frptg_rpt_destination_nam( ctx, obj, val );

This macro returns the value of the D2FP_ RPT_DESTINATION_NAM property of the report object as type text.

d2frptg_rpt_destination_typ( ctx, obj, val );

This macro returns the value of the D2FP_ RPT_DESTINATION_TYP property of the report object as type number.

d2frptg_rpt_params( ctx, obj, val );

This macro returns the value of the D2FP_RPT_PARAMS property of the report object as type text.

d2frptg_rpt_srvr( ctx, obj, val );

This macro returns the value of the D2FP_RPT_SRVR property of the report object as type text.

d2frptg_source( ctx, obj, val );

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

d2frpts_client_info( ctx, obj, val );

This macro sets the value of the D2FP_CLIENT_INFO property of the report object.

d2frpts_comm_mode( ctx, obj, val );

This macro sets the value of the D2FP_COMM_MODE property of the report object.

d2frpts_comment( ctx, obj, val );

This macro sets the value of the D2FP_COMMENT property of the report object.

d2frpts_dat_src_blk( ctx, obj, val );

This macro sets the value of the D2FP_DAT_SRC_BLK property of the report object.

d2frpts_exec_mode( ctx, obj, val );

This macro sets the value of the D2FP_EXEC_MODE property of the report object.

d2frpts_flnam( ctx, obj, val );

This macro sets the value of the D2FP_FLNAM property of the report object.

d2frpts_name( ctx, obj, val );

This macro sets the value of the D2FP_NAME property of the report object.

d2frpts_rpt_destination_fmt( ctx, obj, val );

This macro sets the value of the D2FP_RPT_DESTINATION_FMT property of the report object.

d2frpts_rpt_destination_nam( ctx, obj, val );

This macro sets the value of the D2FP_RPT_DESTINATION_NAM property of the report object.

d2frpts_rpt_destination_typ( ctx, obj, val );

This macro sets the value of the D2FP_RPT_DESTINATION_TYP property of the report object.

d2frpts_rpt_params( ctx, obj, val );

This macro sets the value of the D2FP_RPT_PARAMS property of the report object.

d2frpts_rpt_srvr( ctx, obj, val );

This macro sets the value of the D2FP_RPT_SRVR property of the report object.


Creating modules using the Open API

Modifying modules using the Open API

About Open API header files

Report object functions

Report object API properties

Report object