Is it possibile save the previous record?
I have this master /detail block (base table)


- i insert a new line

3)if i insert newly another without save button i want that a previous row is saved (in the example col Veic=d targa motrice=DE567TY)

When i click a new line the previous line is not committed..
I don’t succeed in trapping the event…when_validate is no good because commit clause is not permited.. the when new-record-instance trigger that when create ea new line committed the previous line without the saving button?
I have read an old document to the trigger sequence ..but i have tryed post trigger , when..trigger but nothing to do..
tkx for your time