|
-
Jan 29th, 2002, 05:40 PM
#1
Thread Starter
Frenzied Member
ado editmode
Hi,
I have some code that works with the DAO data control but I'm unsure how to do the same with the ADO data control.
This code is related to the editMode property of the control.
I have set my textbox fields so that they are locked until the user hits the 'Edit' button on my form. How then do I put the ADO data control into Edit mode? or do you even have to?
Clint
-
Jan 30th, 2002, 05:43 AM
#2
Frenzied Member
Re: ado editmode
Originally posted by ae_jester
Hi,
I have some code that works with the DAO data control but I'm unsure how to do the same with the ADO data control.
This code is related to the editMode property of the control.
I have set my textbox fields so that they are locked until the user hits the 'Edit' button on my form. How then do I put the ADO data control into Edit mode? or do you even have to?
Clint
With ADO you do not need editmode anymore, just change fields and update them
oh1mie/Vic

-
Jan 30th, 2002, 05:59 AM
#3
Bouncy Member
you can also check the State and Status properties of your ADO recordset objects.
Comes in handy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|