DtvLong dal_mas_cre_rec (idm, row)

Opens a new record at the specified row position in the column record buffers of all fields of the mask.

Input Parameters Significance
DtvLong idm mask Id
DtvLong row row position in the columns-record buffer

Output Parameters Significance
no -

Return Code Significance
0 no error
1 wrong row position
-1 maximum record number reached

If the mask contains n records, values between one and n are allowed for row position. The row positions of existing records after the inserted record are automatically incremented by one. If the maximum record limit of the mask has been reached, no new records can be inserted.

This function is basically identical to the function dal_mas_ins_row. However, no edit_action-triggers are executed, no default values are entered and no scroll area is updated.