My application has read-only multi-record list forms, and add/edit dialog forms to provide edit capabilities.
When the list form launches an add/edit form, it remains open, merely opens the add/edit form which is a modal dialog box.
I am having a difficult time finding an event which will fire when the add/edit dialog form closes and the list form regains focus. I need to preform a Refresh to update the UI and prevent seeing #Deleted when an edit has been made.
I have tried Activate / GotFocus / Dirty event. None have worked thus far.
Of course, pressing F5 refreshes that list form... I would simply like to have the application automatically do that.
Suggestions of which event will fire when a child form closes and the parent form regains focus? Thanks!
When the list form launches an add/edit form, it remains open, merely opens the add/edit form which is a modal dialog box.
I am having a difficult time finding an event which will fire when the add/edit dialog form closes and the list form regains focus. I need to preform a Refresh to update the UI and prevent seeing #Deleted when an edit has been made.
I have tried Activate / GotFocus / Dirty event. None have worked thus far.
Of course, pressing F5 refreshes that list form... I would simply like to have the application automatically do that.
Suggestions of which event will fire when a child form closes and the parent form regains focus? Thanks!
Last edited: