Saturday, February 18, 2006

Google Groups : dbase.reports:

From: BigMike - view profile
Date: Sat, Dec 29 2001 9:18 am
Email: "BigMike"
Groups: dbase.reports
Not yet rated
Rating:
show options

Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse | Find messages by this author

Hi All -

I'm using CRW 8.5. I must be missing a .DLL or have an out-of-date one
somewhere but I'm going nuts over this. Everything works OK in my attempt
to export a report. I click on the export button in the viewer and I get
the little box showing FORMAT:(PDF) and DESTINATION: Disk File.

All is well and good to this point. I click the OK button and I get the
Page Range screen - I select ALL and click on OK again. After that -
nothing. I am missing the "Choose export file" window/box where you name
the PDF file and advise where to put it. It works on my lap-top where I
hace CRW8.5 installed. It does NOT work where I do NOT have CRW8.5
installed. I don't want to install CRW8.5 - it must work without the
install.

So, I think it's a certain (unknown) Crystal file (.DLL or other) that I'm
having a problem with. Anybody have a clue.

Desperate.....Mike


From: Vic McClung - view profile
Date: Sat, Dec 29 2001 9:29 am
Email: "Vic McClung"
Groups: dbase.reports
Not yet rated
Rating:
show options

Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse | Find messages by this author

Hi Mike,

Have you read the Crystal Reports Developer Runtime Help file?

(From that file):

Export Destinations



If your application will give users the ability to export reports, you must
include files from the following list appropriate to the export destinations
provided:

FILE LOCATION DESCRIPTION
U2DAPP.DLL \WINDOWS\CRYSTAL Application destination
U2DDISK.DLL \WINDOWS\CRYSTAL Disk file destination
U2DMAPI.DLL \WINDOWS\CRYSTAL MAPI format (Microsoft Mail, Microsoft
Exchange)
U2DNOTES.DLL \WINDOWS\CRYSTAL Lotus Domino destination
U2DPOST.DLL \WINDOWS\CRYSTAL Microsoft Exchange Public Folders
U2DVIM.DLL \WINDOWS\CRYSTAL VIM destination

Export Formats



If your application will give users the ability to export reports, you must
include files from the following list appropriate to the export formats
provided:

FILE LOCATION DESCRIPTION
U2FCR.DLL \WINDOWS\CRYSTAL Crystal Reports format
U2FDIF.DLL \WINDOWS\CRYSTAL DIF format
U2FHTML.DLL \WINDOWS\CRYSTAL HTML formatSee HTML under Additional Components
for additional runtime information.
U2FODBC.DLL \WINDOWS\CRYSTAL ODBC data source
CRXF_PDF.DLL \WINDOWS\CRYSTAL PDF formatReplaces U2FPDF.DLL from version
8.See Page Ranged Export under Additional Components for additional runtime
information.
U2FRDEF.DLL \WINDOWS\CRYSTAL Report Definition format
U2FREC.DLL \WINDOWS\CRYSTAL Record format
CRXF_RTF.DLL \WINDOWS\CRYSTAL Rich Text FormatReplaces U2FRTF.DLL from
version 8 and earlier.See Page Ranged Export under Additional Components for
additional runtime information.
U2FSEPV.DLL \WINDOWS\CRYSTAL Comma Separated Values format
U2FTEXT.DLL \WINDOWS\CRYSTAL Text format
U2FWKS.DLL \WINDOWS\CRYSTAL Lotus 1-2-3 format
U2FWORDW.DLL \WINDOWS\CRYSTAL Microsoft Word for Windows format
U2FXML.DLL \WINDOWS\CRYSTAL XML format
U2FXLS.DLL \WINDOWS\CRYSTAL Microsoft Excel format

Page Ranged Export



The files listed are required when exporting to a format that allows you to
set a page range. These formats include:

· Rich Text Format using CRXF_RTF.DLL

· Portable Document Format using CRXF_PDF.DLL

FILE LOCATION DESCRIPTION
EXPORTMODELLER.DLL \PROGRAM FILES\SEAGATE SOFTWARE\SHARED Creates a
representation of the Crystal Encapsulated Page Format (EPF). The
representation is used by the export format DLL as a basis when translating
to it's own format.
CRTSLV.DLL \PROGRAM FILES\SEAGATE SOFTWARE\SHARED Used by EXPORTMODELLER.DLL
to process the EPF.

Note: ATL version 3.0 or higher must be on the users system.

"BigMike" wrote in message

news:a0j5md$97i$1@news.dbase.com...

- Hide quoted text -
- Show quoted text -
> Hi All -

> I'm using CRW 8.5. I must be missing a .DLL or have an out-of-date one
> somewhere but I'm going nuts over this. Everything works OK in my attempt
> to export a report. I click on the export button in the viewer and I get
> the little box showing FORMAT:(PDF) and DESTINATION: Disk File.

> All is well and good to this point. I click the OK button and I get the
> Page Range screen - I select ALL and click on OK again. After that -
> nothing. I am missing the "Choose export file" window/box where you name
> the PDF file and advise where to put it. It works on my lap-top where I
> hace CRW8.5 installed. It does NOT work where I do NOT have CRW8.5
> installed. I don't want to install CRW8.5 - it must work without the
> install.

> So, I think it's a certain (unknown) Crystal file (.DLL or other) that I'm
> having a problem with. Anybody have a clue.

> Desperate.....Mike



From: Mike Aadnesen - view profile
Date: Sun, Dec 30 2001 12:53 am
Email: "Mike Aadnesen"
Groups: dbase.reports
Not yet rated
Rating:
show options

Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse | Find messages by this author

Hi Vic -

I have done most of what you suggested but I will double check the files.
Question: are ANY of these DLLs supposed to be registered or is just putting
them in the suggested directories good enough?? Do I have to create a
\PROGRAM FILES\SEAGATE SOFTWARE\SHARED directory for some of the suggested
DLLs or can I put those DLLs in \Windows\System32 or \WINNT\System32
directory?

TIA,

BigMike


From: Vic McClung - view profile
Date: Sun, Dec 30 2001 4:48 am
Email: "Vic McClung"
Groups: dbase.reports
Not yet rated
Rating:
show options

Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse | Find messages by this author

"Mike Aadnesen" wrote in message

news:a0ksek$ftq$1@news.dbase.com...

> Hi Vic -

> I have done most of what you suggested but I will double check the files.
> Question: are ANY of these DLLs supposed to be registered or is just
putting
> them in the suggested directories good enough??

NOTE: You must register these DLLs using regsvr32.exe. ( if deployed)
CRAXDRT.DLL
CRVIEWER.DLL
CRAXDDRT.DLL
CRDESIGNERCTRL.DLL
CRYSTL32.OCX
EMFGEN.DLL
Here's one-->CRTSLV.DLL that has to be registered ( they don't say so)
Here's another-->EXPORTMODELLER.DLL, that they don't tell you but must
be registered and may very well be the ones causing your problem. Both the
above are used in exporting.

Do I have to create a

> \PROGRAM FILES\SEAGATE SOFTWARE\SHARED directory for some of the
suggested
> DLLs or can I put those DLLs in \Windows\System32 or \WINNT\System32
> directory?

The System directory. (maybe System on 9x/ME or System32 on NT/2K/XP)
I believe all go in the {win}\Crystal or {sys}\ directories.

- Hide quoted text -
- Show quoted text -

> TIA,

> BigMike



From: Mike Aadnesen - view profile
Date: Sun, Dec 30 2001 8:27 am
Email: "Mike Aadnesen"
Groups: dbase.reports
Not yet rated
Rating:
show options

Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse | Find messages by this author

Thank you so much Vic.....I'll get right on it.

As usual - the VDB News Group is on top of things.

I wish a Happy New Year to all - even the VB guys (boy, am I in a good
mood!)

BigMike

0 Comments:

Post a Comment

<< Home