Results 1 to 3 of 3

Thread: ado editmode

  1. #1

    Thread Starter
    Frenzied Member ae_jester's Avatar
    Join Date
    Jun 2001
    Location
    Kitchener Ontario Canada Earth
    Posts
    1,545

    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

  2. #2
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043

    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


  3. #3
    Bouncy Member darre1's Avatar
    Join Date
    May 2001
    Location
    Peterborough, UK
    Posts
    3,828
    you can also check the State and Status properties of your ADO recordset objects.

    Comes in handy.
    Confucious say, "Man standing naked in biscuit barrel not necessarily ****ing crackers."

    Don't forget to format your code in your posts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width