Results 1 to 3 of 3

Thread: Frustrating problem

  1. #1

    Thread Starter
    Hyperactive Member parkes's Avatar
    Join Date
    Jan 1999
    Location
    Unitied Kingdom
    Posts
    303

    Post

    Using VB6 and Access 97 database.

    I've created and ActiveX to use inside of a Datarepeater. The whole thing works okay, I can add, edit and remove data from it no problem.
    The problem I've got is inside the ActiveX I've got a DataCombo and a text box. When you have focus on a record the Datacombo display the correct information, but all the others just display what is stored in the database for Example
    The DataCombo stores Names: -
    Fred Smith (Unique code is 1)
    Jane Wilder (Unique code is 2), etc

    So when I have focus on Fred Smith it displays his name, but the one below which is Jane Wilder only display 2 which is what's stored in the database.

    Does anyone know how to solve this problem?

    ------------------
    Thanks in advance for any help provided.

  2. #2
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Galway, Ireland
    Posts
    316

    Post

    On the click event of the combo box issure the object.refresh for your other objects???

    I think this should work.

  3. #3

    Thread Starter
    Hyperactive Member parkes's Avatar
    Join Date
    Jan 1999
    Location
    Unitied Kingdom
    Posts
    303

    Post

    No thats not the problem. When I've got focus on a record it display the correct information, its the records that don't have focus only displays whats in the database.

    ------------------
    Thanks in advance for any help provided.

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