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

Relation object macros

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

d2frelg_auto_qry( ctx, obj, val );

This macro returns the value of the D2FP_AUTO_QRY property of the relation object as type boolean.

d2frelg_client_info( ctx, obj, val );

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

d2frelg_comment( ctx, obj, val );

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

d2frelg_deferred( ctx, obj, val );

This macro returns the value of the D2FP_DEFERRED property of the relation object as type boolean.

d2frelg_del_rec( ctx, obj, val );

This macro returns the value of the D2FP_DEL_REC property of the relation object as type number.

d2frelg_detail_blk( ctx, obj, val );

This macro returns the value of the D2FP_DETAIL_BLK property of the relation object as type text.

d2frelg_join_cond( ctx, obj, val );

This macro returns the value of the D2FP_JOIN_COND property of the relation object as type text.

d2frelg_module( ctx, obj, val );

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

d2frelg_name( ctx, obj, val );

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

d2frelg_next( ctx, obj, val );

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

d2frelg_owner( ctx, obj, val );

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

d2frelg_previous( ctx, obj, val );

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

d2frelg_prvnt_mstrless_ops( ctx, obj, val );

This macro returns the value of the D2FP_PRVNT_MSTRLESS_OPS property of the relation object as type boolean.

d2frelg_source( ctx, obj, val );

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

d2frels_auto_qry( ctx, obj, val );

This macro sets the value of the D2FP_AUTO_QRY property of the relation object.

d2frels_client_info( ctx, obj, val );

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

d2frels_comment( ctx, obj, val );

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

d2frels_deferred( ctx, obj, val );

This macro sets the value of the D2FP_DEFERRED property of the relation object.

d2frels_del_rec( ctx, obj, val );

This macro sets the value of the D2FP_DEL_REC property of the relation object.

d2frels_detail_blk( ctx, obj, val );

This macro sets the value of the D2FP_DETAIL_BLK property of the relation object.

d2frels_join_cond( ctx, obj, val );

This macro sets the value of the D2FP_JOIN_COND property of the relation object.

d2frels_name( ctx, obj, val );

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

d2frels_prvnt_mstrless_ops( ctx, obj, val );

This macro sets the value of the D2FP_PRVNT_MSTRLESS_OPS property of the relation object.


Creating modules using the Open API

Modifying modules using the Open API

About Open API header files

Relation object functions

Relation object API properties

Relation object