Announcements
Good night,I have a form and I want to delete the information to create a new request. I want to delete all the information.
@CarlosN
From what I know your information is not in an EditForm so you may not use the NEWFORM function to Reset everything.
Instead, you need to write a reset function for every individual control in your form. Here’s an example of what you would write in the OnSelect property of the Clear Form button.
Reset(TextInput1); Reset(ComboBox1); Reset(Checkbox1);
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Thank you,but how can I delete information from a DataCard
@CarlosN ,
Exactly as @mdevaney has said - reset all the controls
@CarlosN Reset the controls. Did you try my solution? Its not clear if you attempted it.
Make sure the Default property is set to
Blank()
I have been watching your questions and noticed that you are not using an Edit Form. Next time, I suggest you do this. Then you can use a simple command called ResetForm to clear all the controls at once.
Hi,
But, i don´t like edit form,
I totally agree with @mdevaney on the form - I have just answered this post of yours with the same comment.
Your current structure is making things that should be easy quite difficult.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103