DtvLong dal_mas_ins_fld (idm, idf, row, col)

Inserts the field passed into the mask.

Input Parameters Significance
DtvLong idm mask Id
DtvLong idf field Id
DtvLong row row position of the field in the mask
DtvLong col column position of the field in the mask

Output Parameters Significance
no -

Return Code Significance
0 no error
1 field already exists in a mask

Using this function you specify the mask-field assignment. Please note that you can only assign one field to exactly one mask and that a field can be contained in a mask only once.

You have to exactly define row and column position in lists, taking the column positions and column lengths of any existing fields into account.

The function automatically invoke any set mask listener function.

The functions is adjusted to the MAP or hashmap mechanism, respectively.