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 SkipVought 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: *

  1. GODSWL

    Error: Type mismatch 13

    How do I determine what dll/ocx the class reside in????
  2. GODSWL

    Error: Type mismatch 13

    I'm just clearing the recordset object here. set gDS = Nothing This is the part where I getting the error. set gDS = New clsDataSource The other code above in the previous statement is just some error handling. That's where it writes out the error when I try to...
  3. GODSWL

    Error: Type mismatch 13

    When I install a VB application one 98 machine it runs OK; when trying to install the same package on another 98 machine and I get a runtime error that gives me an initialization error........ I know the logic that getting the error sub ClassInit() On error goto errorhandler set gDS =...
  4. GODSWL

    VB Hangs when reading XL

    I was trying to read Excel spreadsheets using Excel Object Library, and the file is big (several sheets with over 200 rows). I was some where in the middle of my reading process when everything seems to be hanging. I press Ctrl+Alt+Delete : evrything is not responding And I've got...
  5. GODSWL

    VB Application will freeze up in win98 but not winNT?

    When I run the application thru debugger on 98 it works fine-------?mmmm--I don't know?
  6. GODSWL

    VB Application will freeze up in win98 but not winNT?

    It runs fine in debugger; but when i make an exe or build a package, install it and run it: that's when it freezes up
  7. GODSWL

    VB Application will freeze up in win98 but not winNT?

    When running an application in NT it works fine; but when I run that same app in 98 it freezes at the same point of execution everytime.
  8. GODSWL

    Cannot see Child form

    When I run my application it Loads all my forms fine; - after I make an exe or copy the files to another computer and run it, it will not show my child form.... What could be wrong?
  9. GODSWL

    Closing excel from Visual Basic

    lsThisRoutine = "VMCSIIMacro" Dim xlApp As excel.Application ' Excel Application Object Dim xlBooks As excel.Workbooks ' Excel.Workbooks Set xlApp = CreateObject("Excel.Application") Set xlBooks = Workbooks 'This macro takes the delimited file and opens it into xl for...
  10. GODSWL

    Closing excel from Visual Basic

    After I close all workbooks, quit application and set all objects to nothing; -Excel app is still running. What else can I do to terminate application??????????
  11. GODSWL

    Closing excel from Visual Basic

    After I close all workbooks, quit application and set all objects to nothing; -Excel app is still running. What else can I do to terminate application??????????

Part and Inventory Search

Back
Top