|
-
Apr 8th, 2000, 07:06 PM
#1
I'm reposting this. I REALLY need some help with this one! I'm running Windows98.
I just loaded the crytal reports that came with VB6. I have a CSV file and need to create a line chart graphic.
I designed a CR report which created what I needed, tested it, remove the selection criteria and saved it.
I then created a new VB project. Put a Crytstal Reports Object on the form and an execute button that triggers the command...
mintResult = CReport.PrintReport
When the destination is to screen or printer, the command works fine. However, when I attempt to send the report to file as a CSV or HTML it fails and mintResult = 20540 which means -
"Missing or Outofdate Export DLL The DLL required by your export call is either missing or outofdate."
When I export from CR I get no such error. Any ideas?
-
Apr 8th, 2000, 08:01 PM
#2
Junior Member
All I can think of is that two different dll's are being used. One distribution dll which is only used by crystal at this point and one development dll which is the one being used by vb. It could be that the dev dll is faulty.
"He who laughs at a question is not worth being asked"
RavenCrow

-
Apr 8th, 2000, 08:59 PM
#3
Hyperactive Member
Hi, there.
Have you tried to search Seagate site?
Take a look at this:
http://community.seagatesoftware.com...11&button.y=11
Larisa
-
Apr 8th, 2000, 11:21 PM
#4
Found the problem
The problem is that when you install crystal from the VB disk it installs the files into the "Program Files\Microsoft Visual Studio\Common\Tools\Reports" directory. When you run the export from the designer, no problem. However when you run the export from the VB app it can't see the drivers. There are two solutions:
1. Put "Program files\....\Reports" into your path statement.
2. Copy all the dll files that begin with U2 into the Windows\System directory.
I did the second and it worked fine.
Thanks...
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
|