|
-
Dec 22nd, 2000, 01:40 PM
#1
Thread Starter
Hyperactive Member
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
-
Dec 22nd, 2000, 01:46 PM
#2
Fanatic Member
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}
-
Dec 22nd, 2000, 02:08 PM
#3
Thread Starter
Hyperactive Member
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
-
Dec 22nd, 2000, 02:11 PM
#4
Hyperactive Member
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: 
-
Dec 26th, 2000, 12:02 PM
#5
Thread Starter
Hyperactive Member
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
-
Dec 26th, 2000, 01:38 PM
#6
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|