DtvLong dal_mas_set_max_rec (idm, max)

Sets the maximum number of records in the mask passed.

Input Parameters Significance
DtvLong idm mask Id
DtvLong max maximum number of records

Output Parameters Significance
no -

Return Code Significance
0 no error

The limitation of the number of records in a mask prevents an overflow of the local memory when filling the column record buffers of the mask. If the length of the column record buffer reaches the maximum value, no further new records can be created.

The function automatically invoke any set mask listener function.