Click to See Complete Forum and Search --> : cbo upredictable behavior


slcotten
September 10th, 2001, 09:37 AM
Hi....
I have several comboboxs on my form... all of them with style property 2 - DropDownList. I read in MSDN Library that when that was the case the text property was read-only. However, on most of the cbo's I can set the text property when the form loads. But on two of them I cannot. Has anyone else experience anything similar? Or does anyone know the reason why?

Thanks.

d.paulson
September 10th, 2001, 01:16 PM
The text can be set, but what you set it to MUST be in the list.

David Paulson

slcotten
September 10th, 2001, 01:28 PM
Right...

I just relized that I was trying to set the value BEFORE I added the listitems :-) DUH...

Thanks.