Subject Re: [IBO] Stay on newly inserted record
Author Salvatore Besso
hello Paul,

> But did you *try*?

just tried. It doesn't do the trick. I have seen in the object inspector that
there is another option not mentioned in the help file, raKeepDataPosOrRowNum,
but also this option doesn't do the trick.

I have to stay on the newly inserted record because before closing this dialog I
have to retrieve the value of a field that has to be passed to another dialog.
To resolve I retrieve this value before posting the row, in the BeforePost
handler. But I'd like to retrieve it when the row has been successfully
committed rather than when it has still to be committed. But if the dataset
returns to the previous row after commit...

Regards
Salvatore