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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by carmenl

  1. carmenl

    type mismatch when declaring array

    It's pretty ugly, but here it is...I am still working on other parts of it so it isn't complete. The error is showing up on line 196, which is right below the dim total_tons(7) (it's at about the middle of the code, I *'d it for easier finding) sub display_Data (fromdate, todate) dim s...
  2. carmenl

    compile error: user defined type not defined

    Hi! I need help with a project that I am developing using VB6 and SQL Server. I am setting up a connection that will allow my program to find a file on the network and delete it. I have the following declartions at the top of my form: Public oConn A Nw ADODB.connection (in my code module...
  3. carmenl

    compile error: user-defined type not defined

    Hi! I need help with a project that I am developing using VB6 and SQL Server. I am setting up a connection that will allow my program to find a file on the network and delete it. I have the following declartions at the top of my form: Public oConn A Nw ADODB.connection (in my code module...

Part and Inventory Search

Back
Top