I am using a combobox to navigate to different pages. I need to reset the box so that the last selection is not there when you come back to the page that the combobox is on. On the screen if I use the action for On visible or On Hidden to reset the combobox it works in test mode but when I open it to actually use the app the screen just continuously resets and you cannot make a selection at all. If I set the reset selection to true on the combo box the box will never reset. I have tried different things and it either continuously resets so that you cannot select anything or it doesn't reset at all. Help!
Solved! Go to Solution.
I finally got it. When I removed my Else statement I was able to put my reset command in On Visible and it worked.
write your reset code after navigate code
Navigate(Screen1);
Reset(ComboBox1.Selected) OR Reset(ComboBox1.SelectedItems); whichever works
It resets it before you can pick anything from the dropdown box, so you can never make a selection.
I finally got it. When I removed my Else statement I was able to put my reset command in On Visible and it worked.
User | Count |
---|---|
253 | |
125 | |
106 | |
50 | |
49 |