Hello!
I have created a popup that should appear when the user selects something from a Combobox.
My issue is that the popup also appears randomly when there was no change in Combobox, on opening a screen.
My Combobox' OnChange property is:
OnChange = Set(varShowPopup, true)
Any help will be greatly appreciated.