Hi,
I have a form and a grid.
In the form, under event onAfterInsert and onAfterUpdate, I will sc_redir(grid1) back to the grid.
My issue is that it will always redirect back to the 1st record from the database. Then I have to manually navigate to the particular record.
I need after submitting the form, the grid will directly display only the record that I have submitted from the form.
Can anyone kindly help?
Thanks.