"Could not load an object because it is not available on this mach

G

Guest

I just changed a few things on my application (added some modules and forms,
changed the code in some modules and forms). My client just encountered the
following problem on this new version. When he opens the application he gets
the following message
"Could not load an object because it is not available on this machine" under
"Microsoft forms" title
He doesnot get it with the previous versions of the application.
I do not get the message at all on my machine.
Do you have any idea where this could come from? (I checked all my forms and
they all work perfectly well)
Thanks a lot
 
G

Guest

The new additions are most likely referencing objects and libraries that the
client doesn't have installed on their computer. For example the Calendar
control only works if you have access installed on your computer. There are
many of these objects and libraries.

To remedy you can, on the client's computer, run the application and when it
stops go into the VBA screen to the Tools menu and select references. Look
for anything that says [missing] in front of it. Unchecking that reference
might help, if not you will have to install the reference object or library.
 
G

Guest

Thanks very useful.
--
caroline


JNW said:
The new additions are most likely referencing objects and libraries that the
client doesn't have installed on their computer. For example the Calendar
control only works if you have access installed on your computer. There are
many of these objects and libraries.

To remedy you can, on the client's computer, run the application and when it
stops go into the VBA screen to the Tools menu and select references. Look
for anything that says [missing] in front of it. Unchecking that reference
might help, if not you will have to install the reference object or library.

caroline said:
I just changed a few things on my application (added some modules and forms,
changed the code in some modules and forms). My client just encountered the
following problem on this new version. When he opens the application he gets
the following message
"Could not load an object because it is not available on this machine" under
"Microsoft forms" title
He doesnot get it with the previous versions of the application.
I do not get the message at all on my machine.
Do you have any idea where this could come from? (I checked all my forms and
they all work perfectly well)
Thanks a lot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top