Einzelnen Beitrag anzeigen

needatip

Registriert seit: 11. Jan 2004
246 Beiträge
 
Delphi 10.4 Sydney
 
#5

Re: Rave Report - Datenbank mit Bilder ausgeben

  Alt 19. Jul 2005, 08:56
OK, hab es downgeloaded und dann nach Anleitung vorgegangen.
Die ersten 3 Punkte habe ich noch kapiert, aber bein letzten Punkt haperts.
Kannst Du mir da nochmal helfen wie ich da vorgehen soll.

Die unit NDCsJPEG hab ich mit in die uses Klausel in mein Formular auf dem die Rave
Komponente sitzt mit eingebunden.
"uses NDCsJPEG"

Bekomm aber dann beim Start die Fehlermeldung "...Klasse TRaveJpegImage nicht gefunden...."
Seh den Wald vor lauter Bäumen nicht !

Benutze Delphi 7 und Rave 5.0.8 (VCL7).

Danke.

Installation instructions for TRaveJPEGImage
--------------------------------------------

1: Extract the files in this archive in your Rave main directory
(normally C:\RAVE4). Make sure to expand with directories so that the source
will be placed in it's own directory.

2: Copy the NDCsJPEG.PAS file into the appropriate directory for the version
of Delphi or C++Builder that you are using (for Delphi 5.0 it would normally
be C:\RAVE4\D5).

3: Start Rave, go to the preferences dialog (Edit|Preferences), select the
Packages tab and add the C:\RAVE4\ND_JPEG.BPL package file to the list of
installed package and click OK.

That's it. The only other remaining items that you need to make sure to do is
include the unit NDCsJPEG in the uses clause of your Delphi or C++Builder
application (normally in the same unit containing your TRaveProject component)
and call the RaveRegister procedure inside the NDCsJPEG unit (normally a call
to "NDCsJPEG.RaveRegister;" in the TRaveProject.OnCreate event). Failure to
follow these two steps will result in runtime errors when loading a report
project (.RAV file) containing TRaveJPEGImage components.
  Mit Zitat antworten Zitat