I'm building an app that includes 10+ questions on the first screen, and based on selections, text indicating the answer will appear on a separate screen using html text. This works well apart from a Combo Box on the first screen that allows multiple selections. I've added a DONE button on the summary screen that starts a new form and navigates back to the first screen. All labels and other html text fields reset correctly, but the selections from the Combo Box always stay on the summary page.
The Combo Box appears on the first page if a previous question is answered Yes. How could I ensure these selections were cleared on each New Form? Thanks
Thanks!!! Worked perfectly - saved me from a bunch of headaches!!
Hey @Bonniedog2
I know this problem. Here is how I always solve it.
In the DONE button that resets you form add this code:
Set(varReset,false);
Set(varReset,true)
Now you can put this variable inside the Reset Property of your combobox:
That should help you out.
Let me know if you have any questions.
WarrenBelz
146,594
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional