This section describes the macros of the Oracle Forms Open API Trigger object.
d2ftrgg_client_info( ctx, obj, val );
This macro returns the value of the D2FP_CLIENT_INFO property of the trigger object as a type dvoid pointer.
d2ftrgg_comment( ctx, obj, val );
This macro returns the value of the D2FP_COMMENT property of the trigger object as type text.
d2ftrgg_disp_in_kbrd_hlp( ctx, obj, val );
This macro returns the value of the D2FP_DISP_IN_KBRD_HLP property of the trigger object as type boolean.
d2ftrgg_exec_hierarchy( ctx, obj, val );
This macro returns the value of the D2FP_EXEC_HIERARCHY property of the trigger object as type number.
d2ftrgg_fire_in_qry( ctx, obj, val );
This macro returns the value of the D2FP_FIRE_IN_QRY property of the trigger object as type boolean.
d2ftrgg_kbrd_hlp_txt( ctx, obj, val );
This macro returns the value of the D2FP_KBRD_HLP_TXT property of the trigger object as type text.
d2ftrgg_module( ctx, obj, val );
This macro returns the value of the D2FP_MODULE property of the trigger object as type object.
d2ftrgg_name( ctx, obj, val );
This macro returns the value of the D2FP_NAME property of the trigger object as type text.
d2ftrgg_next( ctx, obj, val );
This macro returns the value of the D2FP_NEXT property of the trigger object as type object.
d2ftrgg_owner( ctx, obj, val );
This macro returns the value of the D2FP_OWNER property of the trigger object as type object.
d2ftrgg_par_flnam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLNAM property of the trigger object as type text.
d2ftrgg_par_flpath( ctx, obj, val );
This macro returns the value of the D2FP_PAR_FLPATH property of the trigger object as type text.
d2ftrgg_par_modstr( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODSTR property of the trigger object as type number.
d2ftrgg_par_modtyp( ctx, obj, val );
This macro returns the value of the D2FP_PAT_MODTYP property of the trigger object as type number.
d2ftrgg_par_module( ctx, obj, val );
This macro returns the value of the D2FP_PAR_MODULE property of the trigger object as type text.
d2ftrgg_par_nam( ctx, obj, val );
This macro returns the value of the D2FP_PAR_NAM property of the trigger object as type text.
d2ftrgg_previous( ctx, obj, val );
This macro returns the value of the D2FP_PREVIOUS property of the trigger object as type object.
d2ftrgg_source( ctx, obj, val );
This macro returns the value of the D2FP_SOURCE property of the trigger object as type object.
d2ftrgg_trg_sty( ctx, obj, val );
This macro returns the value of the D2FP_TRG_STY property of the trigger object as type number.
d2ftrgg_trg_txt( ctx, obj, val );
This macro returns the value of the D2FP_TRG_TXT property of the trigger object as type text.
d2ftrgg_trg_typ( ctx, obj, val );
This macro returns the value of the D2FP_TRG_TYP property of the trigger object as type number.
d2ftrgs_client_info( ctx, obj, val );
This macro sets the value of the D2FP_CLIENT_INFO property of the trigger object.
d2ftrgs_comment( ctx, obj, val );
This macro sets the value of the D2FP_COMMENT property of the trigger object.
d2ftrgs_disp_in_kbrd_hlp( ctx, obj, val );
This macro sets the value of the D2FP_DISP_IN_KBRD_HLP property of the trigger object.
d2ftrgs_exec_hierarchy( ctx, obj, val );
This macro sets the value of the D2FP_EXEC_HIERARCHY property of the trigger object.
d2ftrgs_fire_in_qry( ctx, obj, val );
This macro sets the value of the D2FP_FIRE_IN_QRY property of the trigger object.
d2ftrgs_kbrd_hlp_txt( ctx, obj, val );
This macro sets the value of the D2FP_KBRD_HLP_TXT property of the trigger object.
d2ftrgs_name( ctx, obj, val );
This macro sets the value of the D2FP_NAME property of the trigger object.
d2ftrgs_par_flnam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLNAM property of the trigger object.
d2ftrgs_par_flpath( ctx, obj, val );
This macro sets the value of the D2FP_PAR_FLPATH property of the trigger object.
d2ftrgs_par_modstr( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODSTR property of the trigger object.
d2ftrgs_par_modtyp( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODTYP property of the trigger object.
d2ftrgs_par_module( ctx, obj, val );
This macro sets the value of the D2FP_PAR_MODULE property of the trigger object.
d2ftrgs_par_nam( ctx, obj, val );
This macro sets the value of the D2FP_PAR_NAM property of the trigger object.
d2ftrgs_trg_sty( ctx, obj, val );
This macro sets the value of the D2FP_TRG_STY property of the trigger object.
d2ftrgs_trg_txt( ctx, obj, val );
This macro sets the value of the D2FP_TRG_TXT property of the trigger object.
d2ftrgs_trg_typ( ctx, obj, val );
This macro sets the value of the D2FP_TRG_TYP property of the trigger object.
Creating modules using the Open API