Results 1 to 9 of 9

Thread: [RESOLVED] Autocomplete not working on one computer

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    350

    Resolved [RESOLVED] Autocomplete not working on one computer

    I have Autocomplete working on a combo box.
    It works on all computers except one.
    Do you have any suggestions why this is happening and what I should be checking?
    Thanks

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,375

    Re: Autocomplete not working on one computer

    There are a couple of variables that be making that one computer not wanting to autocomplete. The one thing I can think of right off the top of my head is that if you have the autocompletemode set to custom, the database might not be on that computer.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    350

    Re: Autocomplete not working on one computer

    Thanks,
    The database is on a server and other computers can access it OK with Autocomplete - but not this one computer.
    I think its because of some software that is on the computer - but I don't know how to track the problem down.

  4. #4
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,375

    Re: Autocomplete not working on one computer

    The fact that it is set to custom just furthur suggest that it's a problem with that computer accessing the Database. I would check that the computer is indeed connected to the correct database before anything else is done.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    350

    Re: Autocomplete not working on one computer

    Sorry, it is not Custom - AutoCompleteMode is 'SuggestAppend', AutoComplteSource is 'ListItems'.

  6. #6
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Autocomplete not working on one computer

    Have all the computers identical specs?
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    350

    Re: Autocomplete not working on one computer

    No, it has the same operating system as others that work - but it has different software installed. I Assume one of the applications is causing a conflict - the user is critical so I can't take all their software off hoping that I can fix it. I'm looking for some pointers on where the problem could be.
    Thanks

  8. #8
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: Autocomplete not working on one computer

    Is the .Net Framework version the same? That's where most problems arise. If so then I suppose it is possible that other software might be implicated. There's no need to take it all off, however. Just close all the active applications in turn until either your program starts working and you can identify the culprit or there are none left (don't forget those that sneak away into the system tray or have no physical manifestation at all!) Beyond that I'm struggling. I'm not aware of any Service or other system operation upon which auto-complete is uniquely dependent. Do other autocomplete functions work on the browser or in Word, for example? I seem to remember there being a setting to prevent autocomplete in some browsers but I don't know whether that would have universal operation?
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2010
    Posts
    350

    Re: Autocomplete not working on one computer

    Thanks, It was .Net.

    My IT guy ran a NT cleanup tool from the following blog and the dropdown Autocompletes.
    Thanks.


    http://blogs.msdn.com/b/astebner/

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