Hi,
I have created a Master/Details form (Form1 is Master and Form2 is Detail).
In Form2 I have the numeric field “Position” not editable and calculated from database.
After the Insert of new row, I see only the value of others field, but not the value of field Position.
How can refresh the grid of form2 after insert, in order to solve my problem ?