Hello, good afternoon.
I'm trying out an app that has selectable fields and text input. Each time you send the information, to function the app you must press F5 to refresh. How can I refresh automatically, without pressing F5 ? or in this case, how could I refresh the selectable fields and text entries? Thanks in advance
@flugaoveltem Thank you for always answering the forum. Please continue to help us keep the forum active.
The only other solution that I can think of is use
UpdateContext({TextBoxSearch.text=" "}); UpdateContext({TextBoxSearch.text=""})
This will clean only text put into the controls.
Thank you @flugaoveltem , but even though I put "reset" I still have to refresh the application manually with F5, I think it's a cookie theme
Hi @elaaadani
Depends on what do you have?
You can reset the controls inside the app, use ResetForm(<form name>) to reset a entered form or Reset(<control name>) to reset value of controls
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2