Hi,
When you want to return to display lines in mutliples form app after inserting , you have to select Return after inserting in Navigation area. But, it doesn’t work all times and if it works you see only new inserted lines so I found this to bypass the bug.
add this in onAfterInsertAll vent :
$_SESSION[‘sc_session’][$this->Ini->sc_page][‘YourFormName’][‘reg_start’] =0;
Hope it helps
Nac