ccman45
Aug 11th, 2008, 09:07 AM
I have an ActiveX exe prject (Project1) that refrences an AvtiveX ocx (Project2), both of which I have the code for. When the UI processes a transaction, data is set into the ocx and then the ocx completes processing. This is all working fine. The refrence is early binding.
We have a 3rd Project that is also ActiveX exe (Project3) that refrences Project1 through com/ole to use the UI of Project1.
When Project3 calls Project1 the UI comes up fine and acceptes the data as it should. When Project1 tries to loads this data into the ocx (project2) I get "error 438 object does not support property or method". If I switch back to running directly in Project1 everything works just fine. There is no extra code in the properties, just data save.
I am able to get data out of the .Name property of the ocx when executing through Project3. But all Methods or Properties I made fail with the same error. So the ocx is loading at run time but my stuff is not accesable.
We have an install base of 5000+ computers and this is only happening on 5 so far. The failing machines consist of new installs and version upgrades. Also some have XPSP2 and XPSP3. I have found no common factor among these machine.
Any and all ideas are greatly appreciated.
We have a 3rd Project that is also ActiveX exe (Project3) that refrences Project1 through com/ole to use the UI of Project1.
When Project3 calls Project1 the UI comes up fine and acceptes the data as it should. When Project1 tries to loads this data into the ocx (project2) I get "error 438 object does not support property or method". If I switch back to running directly in Project1 everything works just fine. There is no extra code in the properties, just data save.
I am able to get data out of the .Name property of the ocx when executing through Project3. But all Methods or Properties I made fail with the same error. So the ocx is loading at run time but my stuff is not accesable.
We have an install base of 5000+ computers and this is only happening on 5 so far. The failing machines consist of new installs and version upgrades. Also some have XPSP2 and XPSP3. I have found no common factor among these machine.
Any and all ideas are greatly appreciated.