
Announcements
Hello.
I am new here and would need some expertise please.
I am working on an big App with lots of forms in it. Everytime I submit or patch data, I need to reset the submitted or patched forms individually with ResetForm(), e.g. on the OnSelect Property of a button, to make sure the next person opening the same screen has an empty form. Like this: ResetForm(Form1); ResetForm(Form2);...
Is there a possibility to have a command telling the App to reset all existing forms in it when e.g.clicking the button, like e.g. ResetForm(AllForms)?
Thanks in advance for any feedback.
OnSelect of your button:
NewForm(Form1); NewForm(Form2)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.