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 strongm 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. Sometimes76

    "Unable to open database DLL"

    I apologize for my ignorance, but what's DSN? :/
  2. Sometimes76

    "Unable to open database DLL"

    Hi everyone! I'm getting this error message at runtime whenever I try to open a Crystal Report from within my VB6 application! Can anyone help me figure out why this is happening?? Thanks in advance, Luís Costa
  3. Sometimes76

    "unable to open database DLL"

    The code I use to call the report is the following: MDIForm1.CRRELATORIOS.ReportFileName = App.Path & "\RepListAnexoBal.rpt" MDIForm1.CRRELATORIOS.SelectionFormula = "{ListAnexoBal.empresa_id}=" & wempresa MDIForm1.CRRELATORIOS.SortFields(1) =...
  4. Sometimes76

    "unable to open database DLL"

    Hi everyone! I'm getting this error message whenever I try to open a Crystal Report from within my VB6 application! Can anyone help me figure out why this is happening?? Thanks in advance, Luís Costa
  5. Sometimes76

    How can I get a CD or diskette serial number at runtime?

    Thanks a lot, guys! :) Both solutions worked, I really apreciate your help! Thanks once again! Luís
  6. Sometimes76

    How can I get a CD or diskette serial number at runtime?

    ...any ideas?? Thanks in advance! Luís
  7. Sometimes76

    How do I put my app on the sys tray??

    Thanks, Hebie! That solved my problem! :) Best regards, Luís
  8. Sometimes76

    How do I put my app on the sys tray??

    Meaning, when I minimize my program, I don't want it to remain on the taskbar, I want it on the sys tray! How can I do this? Thanks in advance, Luís
  9. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Guys, just letting you all know I've worked it out!!! :) Turns out the missing 32 bit OCX's where all in a folder of the 2nd Visual Studio CD! :) The application is working fine right now! Thanks everyone for your good advices! Luís
  10. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Update on the situation: I tried something different, which worked (to some extent)! I opened up my project in the 32 bit version of VB 4, saved it, and apparently it converted the 16 bit ocx's to the 32 bit ones! At least, when I open the project in VB 6 now, the errors I get are related to 32...
  11. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Dragnut: yes, I think that's the problem, because when I load the project, I get errors loading the 16bit OCX's! How do I update them to 32bit ocx's?? Here's a few examples of errors recorded in the log files: Line 86: Class Threed.SSOption of control optCJF was not a loaded control class...
  12. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Ohhh boy... better start typing!! It's a 16bit application... :/ Thanks for the help, anyway! Luís
  13. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Yeah, but that's not working... VB6 is unable to open the forms, and writes log files for each!! :(
  14. Sometimes76

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Is it??? If so, what do I have to do? Thanks, Luís
  15. Sometimes76

    Connecting to a database through a network (CR 8)

    I have this VB application working on a network, where the database is on a server and all the reports are instaled locally on each client machine. Problem is, I can't seem to connect to the DB, I keep getting "unable to connect: incorrect session parameters!" Could this be because of...

Part and Inventory Search

Back
Top