SitesMasstec
Programmer
Hello colleagues!
I have a ComboBox with this code in the Init procedure:
This is because I do not want a pre displaying Yes or No when form opens.
Do I need to include AddItem("") or is there a way to show no option until the user clicks on the down arrow of the ComboBox?
Thank you,
SitesMasstec
I have a ComboBox with this code in the Init procedure:
Code:
WITH THIS
.AddItem("")
.AddItem("Yes")
.AddItem("No")
.ListIndex=1
ENDWITH
This is because I do not want a pre displaying Yes or No when form opens.
Do I need to include AddItem("") or is there a way to show no option until the user clicks on the down arrow of the ComboBox?
Thank you,
SitesMasstec