Results 1 to 10 of 10
  1. #1
    robs23 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    109

    Automation Error -2146500594 (800f000e)

    Hi Guys,



    A database I've created for the company I work at doesn't work on 1 workstation. It runs correctly on other (about 20 workstations).
    This 1 user is getting automation error 800f000e at loading start form. The starting code seems to work correctly, but during its runtime some forms are called and they give the error.
    I gave it additional testing and even if I load 1 form (it loads correctly) that has several textboxes and button, it gives me this error when I run Forms(myFormName).Name from immediate window. The form is open when I check it from immediate window and it should produce proper name (it does so on other WS).

    I've already tried:

    • Compact & Repair - no result
    • Compiling - no result
    • importing all object to new database and running it - same story
    • checking all references - none are missing



    What is going wrong here? During start-up this database runs successfully some complicated code (e.g. mapping network drive, linking to back end or injecting new keys to registry) and then crashes at rather very simple form.

    All ideas are very welcome!

    Robert

  2. #2
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    one other thought - are the SP's up to date on the failing machine?

  3. #3
    robs23 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    109
    You mean Windows' service pack or Office service pack?

  4. #4
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    all or any

  5. #5
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    I've had this too. It works on all PCs but 1.
    SOMETHING, a driver, or update is different there than the others.

  6. #6
    robs23 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    109
    Have just checked and he (the guy that is having the issue) runs the very same version of Office/Access/Operating system. It includes also service packs. In other words we have exactly the same configuration. What else might be going haywire?

    @ranman256 I didn't check whether the drivers are the same but I hope I won't have to


    Robert

  7. #7
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    you say you have compacted, decompiled - have you done that on the rogue machine?

    Also do all your modules (including form) use Option Explicit? If not, add it in and compile

    you say 'database runs successfully some complicated code (e.g. mapping network drive, linking to back end or injecting new keys to registry)'

    Is this working OK on the rogue machine? in particular the registry update - perhaps user rights are slightly different?

    Only other thought is, in the rogue machine to build the problem forms from scratch, testing as you go

  8. #8
    robs23 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    109
    Hi Guys,

    @Ajax I've checked his registry and all is fine


    Sorry for no contact for 2 days, I haven't been able to check everything. Attached is a db with login form and "Create user" form. They are imported from my main database. Whole code needed is also included in module1. When you open the database, "frmStart" starts and open "frmLogin" form. There you click on user you'd like to log in on and click "Zaloguj" (or just double-click on user). Form "frmHaslo" will pop-up asking for your password (password for all "users" is "xxx"). When you type the password in and hit ENTER, a message "logged" should pop-up. It works perfectly well here, on malfunctioning workstation it opens "frmStart" and is opening "frmLogin" but gets stuck there looping.
    Another good example is "frmDodajUsera" that allows you to create new user. Here it works perfectly well, on his WS you get error "The expression On Click you entered as the event property.." after clicking "Dodaj" (doesn't matter if textboxes are filled in or blank).


    For me it's clear indication his set up is broken. Access installation needs to be done. BTW. can he reinstall Access without reinstalling whole Office?


    Robert
    Attached Files Attached Files

  9. #9
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,928
    I'll take a look later - you can just reinstall access, not the whole office suite

  10. #10
    robs23 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2014
    Posts
    109
    Hi Guys,


    Topic can be closed - it turned out that there wasn't "Polish" language set for non-Unicode programs in "Region & lanugage". Stupid really.
    Many thanks for your support!


    Robert

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Email automation run-time error 2147467259
    By goestejs in forum Access
    Replies: 6
    Last Post: 06-19-2014, 02:00 PM
  2. Automation Error from form
    By gemadan96 in forum Forms
    Replies: 5
    Last Post: 05-21-2014, 12:27 PM
  3. IE Automation Error
    By bucko_oz in forum Programming
    Replies: 1
    Last Post: 09-19-2010, 11:28 PM
  4. automation error
    By ashiers in forum Forms
    Replies: 0
    Last Post: 04-16-2009, 11:38 AM
  5. Automation Error
    By aouellette in forum Forms
    Replies: 0
    Last Post: 09-12-2008, 08:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums