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