Hi,
I have an Access application which uses several .ocx's (non Microsoft) like a list box and a control which emulates the Outlook bar.
On the development machine they work great but on another machine I get run time errors which I can not understand, when I try to run a form which contains them. I just see the empty containers.
Now the strange thing is, is that I can access the properties and methods in design time but I can not put a complete new one on a new form while it is in the list of activeX controls!?!? It just won't show up. What could be wrong?
Being in the list of activeX controls leaves me to believe that the controls are properly registered. Could I be wrong?
Compiling the code works fine but when I am debugging the run time errors the vba engine tells me it can not find an object which is the first .ocx which the code is initialising.
An installation on a brand new machine has the same problem so the application is only running on the development machine.
It seems then obvious that there are some libraries missing or something like that. I just can not figure it out!
It was easy to check that the machines had all the necesary libraries because I compile them myself so I know what is being referenced.
Any idea what is wrong?
Other info:
All 3 machines have Windows XP proffesional and Office XP pro.
The development machine has extra development tools; Visual Studio and the ,NET frame work with C#.NET and VB.NT.
All machni
I have an Access application which uses several .ocx's (non Microsoft) like a list box and a control which emulates the Outlook bar.
On the development machine they work great but on another machine I get run time errors which I can not understand, when I try to run a form which contains them. I just see the empty containers.
Now the strange thing is, is that I can access the properties and methods in design time but I can not put a complete new one on a new form while it is in the list of activeX controls!?!? It just won't show up. What could be wrong?
Being in the list of activeX controls leaves me to believe that the controls are properly registered. Could I be wrong?
Compiling the code works fine but when I am debugging the run time errors the vba engine tells me it can not find an object which is the first .ocx which the code is initialising.
An installation on a brand new machine has the same problem so the application is only running on the development machine.
It seems then obvious that there are some libraries missing or something like that. I just can not figure it out!
It was easy to check that the machines had all the necesary libraries because I compile them myself so I know what is being referenced.
Any idea what is wrong?
Other info:
All 3 machines have Windows XP proffesional and Office XP pro.
The development machine has extra development tools; Visual Studio and the ,NET frame work with C#.NET and VB.NT.
All machni