Results 1 to 6 of 6

Thread: PLS HELP-GOING CRAZY!!!!!!!!!!!!!!!!!!!!!!

  1. #1

    Thread Starter
    Hyperactive Member vbuser1976's Avatar
    Join Date
    Sep 2000
    Location
    Yonkers, NY
    Posts
    404

    Angry

    Hi and Happy Holidays!

    I have a app that has some Crystal Reports (version 6) in it. Here's my problem, for some reason when I run the app on a computer (a user pc), the reports do not want to view or print. I made sure that I had the Crystal Report control installed and I do. Is there supposed to be something else I am supposed to install, a component, reference, anything?????? I am going crazy with this. With the exception of the prob, my app is finished and I need to deploy this app soon (as in January 1, 2001). Any ideas out there?

    Thanks in advance.
    -vbuser1976
    VB6 Enterprise SP6
    SQL 7.0 SP2
    VBScript, HTML, Javascript, C++, a little UNIX

  2. #2
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    You may want to check the Crystal Reports help file for the runtime file requirements. They are listed under Developer\Runtime File Requirements.
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  3. #3

    Thread Starter
    Hyperactive Member vbuser1976's Avatar
    Join Date
    Sep 2000
    Location
    Yonkers, NY
    Posts
    404

    Talking Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Thank you sooooooo much!!!!!
    Happy Holidays, YoungBuck. I'm going to keep this thread open just in case something does not work.
    -vbuser1976
    VB6 Enterprise SP6
    SQL 7.0 SP2
    VBScript, HTML, Javascript, C++, a little UNIX

  4. #4
    Hyperactive Member D12Bit's Avatar
    Join Date
    Oct 2000
    Location
    Guatemala
    Posts
    373
    i had the same problem, but the reason could be different in my case i had a refresh
    missing in my code so could be that you're hot refreshin also the source for your report,
    anyway, those are the most likely reasons that i can think off right now of what could go
    wrong with your app.

    Hth

    Saludos...
    "Who Dares Wins" - "Quien se Arriesga Gana"
    Mail me at:

  5. #5

    Thread Starter
    Hyperactive Member vbuser1976's Avatar
    Join Date
    Sep 2000
    Location
    Yonkers, NY
    Posts
    404

    Angry Still having problems

    Hi everybody!

    I hope you enjoyed your weekend. I am still having a problem with my app. Here's the code I am having a problems with:
    Code:
    With CrystalReport2
    .ReportFileName = App.Path & "\REPORTS\dateRep.rpt"
    .ReportTitle = "Summary Report by Date"
    .Action = 1
    End With
    The .action line used to be .PrintReport. When I used the .PrintReport command line, the report viewer did not open or print the report. The app could still be used but it didn't let me view the reports or print them. Now, when I use the .action line, I get this error:
    Run-time error '20532':
    Cannot find database DLL.
    And then it aborts the app. Any ideas on how this can be fixed? I made sure it was installing all the dlls it needed and it does. Please HELP!

    Thanks in advance.
    -vbuser1976
    VB6 Enterprise SP6
    SQL 7.0 SP2
    VBScript, HTML, Javascript, C++, a little UNIX

  6. #6

    Thread Starter
    Hyperactive Member vbuser1976's Avatar
    Join Date
    Sep 2000
    Location
    Yonkers, NY
    Posts
    404

    Unhappy Boo hoo......

    CAN'T ANYONE HELP ME OUT THERE?????!!!!!!!!
    PLEASE????
    -vbuser1976
    VB6 Enterprise SP6
    SQL 7.0 SP2
    VBScript, HTML, Javascript, C++, a little UNIX

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width