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 bkrike 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
  • Content: Threads
  • 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

    "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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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)...
  8. 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...
  9. 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