Hi there,
I have a main form with 2 continuous sfrms. I can scroll through the records of one sfrm and the 2nd shows the details for each of those records.
A control in sfrm 2 has On Update code to save changes and refresh sfrm 1 (so a flag indicating a change is shown).
The problem is the refresh moves the focus to the first record of the continuous form, I would like the focus to remain at the record that triggered the refresh command.
Essentially I need to bookmark the record, so when refresh is done code can move focus to the bookmarked unique ID.
Can anyone help please?
Thanks
I have a main form with 2 continuous sfrms. I can scroll through the records of one sfrm and the 2nd shows the details for each of those records.
A control in sfrm 2 has On Update code to save changes and refresh sfrm 1 (so a flag indicating a change is shown).
The problem is the refresh moves the focus to the first record of the continuous form, I would like the focus to remain at the record that triggered the refresh command.
Essentially I need to bookmark the record, so when refresh is done code can move focus to the bookmarked unique ID.
Can anyone help please?
Thanks