PDA

Click to See Complete Forum and Search --> : Error 383 with ComboBox style 2 and linket to a Database


Joan Josep
Nov 17th, 2000, 05:26 AM
Hi all,

I have a problem and dont know how resolve it.

Example, with a Data control linked to a database, and a ComboBox linked to a text field of this database, if the combobox is style 2 - Dropdown list when I call:

Data1.Recordset.AddNew I get an VB error 383 Text is Readonly.

Anyone knows how to solve it?

Thanks in advance.

Dinesh_MS
Nov 19th, 2000, 01:40 AM
The Error is self explanatory the Combo box's text property is read only if its style is set to DropDown List. So you can't bind it to a Data control because the Data control uses the combo box's text property to display data.

reply to
<dinesh_ms@bigfoot.com>