Good morning,
I have an app that uses a Gallery and when an item in the gallery is selected the form populates with the data.
The issue I am having is that I want the gallery to reset after the Save Edit button is pressed.
I press the "Edit Existing BCL Manager Incentive" button
Form One:
Form 2:
I type the name in the search box, which then reveals the records.
The code I used in the Gallery Items property is.
When I click the "Edit Record" button the Display Mode changes from View to Edit allowing me to change a record, which also reveals the "Save Edit" button.
When I click the "Save Edit" button my confirmation popup form displays where I can either choose to make the edit or cancel the edit. Below is what I am using in the OnSelect property for the "Yes" option to submit the edit.
What happens next is I see an empty gallery and an empty form.
Form three:
But if I start adding characters in the search box it starts a search and then populates the form.
What I would like to do is refresh the form after the edit showing records to start a new search just as I showed in Form Two.