I tried to change the value and it didn't work, then I tried to do it in code by writing ComboBox.Text = "text" but it didn't work, said that it's Read Only protected.
Any way to get around this ?
Thanks.
-Git
Printable View
I tried to change the value and it didn't work, then I tried to do it in code by writing ComboBox.Text = "text" but it didn't work, said that it's Read Only protected.
Any way to get around this ?
Thanks.
-Git
combo.text is just a reflection of what you load
you have to change it at the load level
If you load a field from a file you have to change
the field in the file before it will be reflected
in the combo.text display.
If the Style property is currently 2, change it to 0. This shold allow editing the Text property OK
Oh, ok. I was looking at it in Edit Mode and I thought it was supposed to come up.
Well, how do I go about making text appear on the list (not under the list when you click it, I mean the list's label) as default when the program loads?
Thanks.
-Git
Jerry -
I need it set on 2, and I can't figure out how to edit the main label. At the moment it's blank.
Thanks.
-Git