SitesMasstec
Programmer
Hi!
I have a Combobox with the Init procedure:
With This
.AddItem("Green")
.AddItem("Yellow")
.AddItem("Red")
.ListIndex = 1
EndWith
I want it to perform in order that the user must not enter another color (and change any of the 3 pre-defined colors, or even erase any of them).
Is there any item in the Property window to achieve this?
Thank you,
Sites Masstec
I have a Combobox with the Init procedure:
With This
.AddItem("Green")
.AddItem("Yellow")
.AddItem("Red")
.ListIndex = 1
EndWith
I want it to perform in order that the user must not enter another color (and change any of the 3 pre-defined colors, or even erase any of them).
Is there any item in the Property window to achieve this?
Thank you,
Sites Masstec