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

Data Source Argument Object Macros

This section describes the macros of the Oracle Forms Open API Data Source Argument object.

d2fdsag_client_info( ctx, obj, val );

This macro returns the value of the D2FP_CLIENT_INFO property of the data source argument object as a type dvoid pointer.

d2fdsag_dsa_mode( ctx, obj, val );

This macro returns the value of the D2FP_DSA_MODE property of the data source argument object as type number.

d2fdsag_dsa_nam( ctx, obj, val );

This macro returns the value of the D2FP_DSA_NAM property of the data source argument object as type text.

d2fdsag_dsa_typ( ctx, obj, val );

This macro returns the value of the D2FP_DSA_TYP property of the data source argument object as type number.

d2fdsag_dsa_typ_nam( ctx, obj, val );

This macro returns the value of the D2FP_DSA_TYP_NAM property of the data source argument object as type text.

d2fdsag_dsa_val( ctx, obj, val );

This macro returns the value of the D2FP_DSA_VAL property of the data source argument object as type text.

d2fdsag_next( ctx, obj, val );

This macro returns the value of the D2FP_NEXT property of the data source argument object as type object.

d2fdsag_previous( ctx, obj, val );

This macro returns the value of the D2FP_PREVIOUS property of the data source argument object as type object.

d2fdsas_client_info( ctx, obj, val );

This macro sets the value of the D2FP_CLIENT_INFO property of the data source argument object.

d2fdsas_dsa_mode( ctx, obj, val );

This macro sets the value of the D2FP_DSA_MODE property of the data source argument object.

d2fdsas_dsa_nam( ctx, obj, val );

This macro sets the value of the D2FP_DSA_NAM property of the data source argument object.

d2fdsas_dsa_typ( ctx, obj, val );

This macro sets the value of the D2FP_DSA_TYP property of the data source argument object.

d2fdsas_dsa_typ_nam( ctx, obj, val );

This macro sets the value of the D2FP_DSA_TYP_NAM property of the data source argument object.

d2fdsas_dsa_val( ctx, obj, val );

This macro sets the value of the D2FP_DSA_VAL property of the data source argument object.


Creating modules using the Open API

Modifying modules using the Open API

About Open API header files

Datasource argument object functions

Datasource argument object API properties

Data source argument object