Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tara8
  • Order by date
  1. tara8

    ArrayDataSource - "ActiveX component can't create object"

    I am getting the "ActiveX component can't create object" error on this line of code: Set mColumnsSource = New ArrayDataSource This line of code has been in my app since I started working on it. And now all of a sudden it throws this error. What is an ArrayDataSource object??? I can't find any...
  2. tara8

    PrintDialog error (-2147417848)

    I found out that the form the user wanted to print was corrupt. Once that was fixed, the error no longer occurred. :)
  3. tara8

    "failed to load control" error using Remote Desktop Connection

    The Visual Basic 6 project I am working on has several user controls. These controls are compiled into an .exe that runs quite well on all user pc's except when trying to run the application on a pc you're connected to via Remote Desktop Connection. The error is: "Error 372: Failed to load...
  4. tara8

    Remote Desktop Connection "failed to load control" error

    The Visual Basic 6 project I am working on has several user controls. These controls are compiled into an .exe that runs quite well on all user pc's except when trying to run the application on a pc you're connected to via Remote Desktop Connection. The error is: "Error 372: Failed to load...
  5. tara8

    using central tnsnames.ora file from network

    I'm having a problem running an application when I try to use a central tnsnames file on a network drive. The application runs fine when I use the local tnsnames file. The error message I get when I try to log in to the application is "Automation Error -2147430328". The application is written in...
  6. tara8

    PrintDialog error (-2147417848)

    I have a VB6 application that uses an activex control to bring up the Print Dialog box. And when one of my users presses the OK button to print, the following error occurs: "-2147417848 Automation error The object invoked has disconnected from its clients.". Then the form that they wanted to...
  7. tara8

    using central tnsnames file on network drive

    Yes I can connect to the desired database through another tool using the centralized tnsnames file. Here is the relevant part of the tnsnames file... looks okay to me... NOTE: "DBNAME" used to represent database name, "HOSTNAME" used to represent host name #DBNAME database DBNAME =...
  8. tara8

    using central tnsnames file on network drive

    I'm having a problem running an application when I try to use a central tnsnames file on a network drive. The application runs fine when I use the local tnsnames file. The error message I get when I try to log in to the application is "Automation Error -2147430328". The application is written in...
  9. tara8

    I am getting this error: "Act

    Yes, all you mentioned was done... We fixed the problem... but still don't know why it had to be fixed that way... We changed the project's compatibility to "Project", compiled it, then changed the project's compatibility back to "Binary", and replaced the copy of the dll...
  10. tara8

    CreateObject function gives error! "ActiveX component can't create..."

    Yes, the class was registered... We fixed the problem... but still don't know why it had to be fixed that way... We changed the project's compatibility to "Project", compiled it, then changed the project's compatibility back to "Binary", and replaced the copy of the dll. We...
  11. tara8

    CreateObject function gives error! "ActiveX component can't create..."

    Yes, the class was registered... We fixed the problem... but still don't know why it had to be fixed that way... We changed the project's compatibility to "Project", compiled it, then changed the project's compatibility back to "Binary", and replaced the copy of the dll. We...
  12. tara8

    CreateObject function gives error! "ActiveX component can't create..."

    Same as just posted thread, except I had to put a subject in. I am getting this error: "ActiveX component can't create object" at this line of my code: Set myObject = CreateObject("myProject.myClass", "myServerName") (I've left out the real variable names)...
  13. tara8

    I am getting this error: "Act

    I am getting this error: "ActiveX component can't create object" at this line of my code: Set myObject = CreateObject("myProject.myClass", "myServerName") (I've left out the real variable names). Any ideas? Also, my co-worker has the same code, only he's...
  14. tara8

    createobject function gives error! help!!!

    Thanks VBDemiGod, I tried that, but that didn't do it. I'm not having problems in any code in the forms. I don't think I made my question clear... I'm trying to instantiate a class module that was compiled into an ActiveX DLL and registered as a COM component. Whenever I try to do this at the...
  15. tara8

    Active X Component Cannot Create Object

    I too am having the same problem... what is the solution?!
  16. tara8

    createobject function gives error! help!!!

    I'm pretty sure we've done all that. When we install, all old files get unregistered and removed, then replaced and registered again. But I'll see if we can try it again. I still don't get why it works on either of our machines, but not on our user machines and not when on our user machines but...
  17. tara8

    createobject function gives error! help!!!

    I also forgot to mention that this code works when I run it on my machine or my co-worker's machine, but it doesn't work on any application that is installed on any of our user's machines. It use to work before, but we've compiled a new application and it doesn't work now!
  18. tara8

    createobject function gives error! help!!!

    I am getting this error: "ActiveX component can't create object" at this line of my code: Set myObject = CreateObject("myProject.myClass", "myServerName") (I've left out the real variable names). Any ideas? Also, my co-worker has the same code, only he's...

Part and Inventory Search

Back
Top