DtvLong dal_mas_set_acm_fld (idf, acc, mod)

Sets the mod specific access Id of the field passed.

Input Parameters Significance
DtvLong idf field Id
char acc access Id of the field:
r = read only
w = write
m = must write
char mod work mode:
I = insert mode
U = update mode
Q = query mode

Output Parameters Significance
no -

Return Code Significance
0 no error
1 wrong access Id
2 wrong work mode

The mode specific access Id is only active if the general field access Id is set to the value > * < .

The general access Id can be set up with the function dal_mas_set_acc_fld.