Help - I am getting an error using data control 
Author Message
 Help - I am getting an error using data control

I have created a table in Access, created a data control in my VB app and set
the databasename property to my access file name.  I also created textbox
controls on my form, and "bound" them to the different fields in my table.
When I move to another record (using the data control) I get an error message:
'Text' property is read-only.

I looked at all of my controls, and I didn't "lock" anything.  Can someone help
me? Is there any code I need to put in the form_load?  I thought the data
control did it automatically.



Sun, 22 Apr 2001 03:00:00 GMT  
 Help - I am getting an error using data control
Sounds like your recordset in the datacontrol's RecordsetType is "readonly"
(possibly set as a snapshot). Make sure the RecordsetType property on the
datacontrol is set to Table or Dynaset.

Another possibility is that you opened your database as "readonly". Make sure
the ReadOnly property on the datacontrol is set to False.
--
Robert R. Thele


[Remove NoSpam_ to reply via E-mail]

Quote:

>I have created a table in Access, created a data control in my VB app and set
>the databasename property to my access file name.  I also created textbox
>controls on my form, and "bound" them to the different fields in my table.
>When I move to another record (using the data control) I get an error message:
>'Text' property is read-only.

>I looked at all of my controls, and I didn't "lock" anything.  Can someone help
>me? Is there any code I need to put in the form_load?  I thought the data
>control did it automatically.



Sun, 22 Apr 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. I am trying to update a record, i am not using data control

2. I am trying to update a record, i am not using data control

3. Please Help: Why am I now getting this error

4. I am getting an error Please help if you can

5. Getting error message when using SQL for data source in ADOC

6. why am I getting this error??

7. Null Values - WHY am I getting this error?

8. Getting IP Address on machine I am using

9. VB4 16-bits: I am getting an error message when compiling

10. I am getting errors I can't pin down

11. Why am I getting this error ?

12. i am getting error sending stdPic to out-of-Process Component

 

 
Powered by phpBB® Forum Software