Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21297

Error - Text Property is read-only

$
0
0
Hi


Set rs = New ADODB.Recordset
If rs.State = 1 Then rs.Close
rs.Open "temp", cnn, adOpenDynamic, adLockOptimistic, adCmdTable

On the line

cmb1.Text = rs!name

it is giving error "Text property is read-only."

Thanks

Viewing all articles
Browse latest Browse all 21297

Trending Articles