iltuoconsulenteit
Member
Hi,
I am facing an issue where dropdowns and other linked elements in my main form (using a database join) do not automatically refresh after I add or modify a related record through the linked form.
I am facing an issue where dropdowns and other linked elements in my main form (using a database join) do not automatically refresh after I add or modify a related record through the linked form.
Description of the Issue:
- I have a main form with a dropdown that uses a databasejoin and cascadingdropdown to fetch data from a related table (e.g., a list of people and families).
- In the main form, the dropdown includes an "Add" or "Edit" button, which opens another form to add or modify records in the linked table.
- When I close the add/edit form after submitting it, the dropdown in the main form does not refresh to reflect the changes (e.g., new or updated records).
Expected Behavior:
I would like the dropdown in the main form to refresh automatically once the add/edit form is closed, so it displays the updated list without requiring a manual refresh of the entire page.Request for Help:
Is there a recommended way to force the main form's elements to reload after closing a related form?Attached Images:
- Image 1: The main form with the dropdown (and its "Add" or "Edit" buttons).
- Image 2: The linked form used for adding or modifying records in the related table.