DtvLong dal_mas_cal_dal_usx_mas (idm, typ, pr1)

Calls the userexit function at the mask trigger of the mask passed.

Input Parameters Significance
DtvLong idm mask Id
char *typ mask trigger:
"XBM" -> Pre_Mask trigger
"XAM" -> Post_Mask trigger
"XBA" -> Pre_Action trigger
"XAA" -> Post_Action trigger
"XEA" -> Edit_Action trigger
"XSL" -> Select_Action trigger
char *pr1 1. parameter string for userexit function

Output Parameters Significance
none -

Return Code Significance
value return cde of the userexit function

The parameter string for all Action_Triggers is the default parameter passed by DataView containing information on the current operational mode and the current row position.

For Pre_Mask- and Post_Mask triggers DataView does not pass any default parameters. You can use *pr1 at these triggers to pass your own user parameters.