PDA

View Full Version : Problem mit VRW3.0 und DF18.1



Natalia
1-Aug-2015, 01:36 PM
Wir haben unsere Projekt mit VRW3.0 Reports auf DF18.1 migriert. Der Projekt kann nicht mehr kompiliert werden. Fehlermeldungen in dem Bild.
Wenn ich ein neuen Report im Testprojekt erstelle bekomme ich gleiche Fehlermeldung.

Was können wir machen? Ich möchte noch nicht alle Reports auf DR 4.0 umstellen.


9079


Grüße,
Natalia

Vincent Oorsprong
2-Aug-2015, 12:40 AM
Natalia,

We haven't created and tested an integration library for DataFlex 18.1 to be used with DataFlex Reports 3.0. There is a 18.1 library for version 4.0 available.

The problem you are running into is that the error number (4425) which was defined as DFERR_VISUAL_REPORT_WRITER is (per 18.0) renamed to DFERR_DATAFLEX_REPORTS. This means you need to define the old error constant yourself. The 18.0 library that comes with v3 defines the error number as follows:


#IF (!@ = 180)
Define DFERR_VISUAL_REPORT_WRITER for 4425
#ENDIF

You would need to add:

#IF (!@ = 181)
Define DFERR_VISUAL_REPORT_WRITER for 4425
#ENDIF

But better is to move on to version 4.0.2 and use the library we've made for version 18.1 as we have no plans to bring out a 18.1 library for v3.0 and the wizards in the library won't work unless you have installed the version of DataFlex that can run the wizards in the library workspace.

Natalia
10-Aug-2015, 02:14 AM
Danke,
so hat es funktioniert.

Die Reports auf 4.0 umzustellen ist wieder sehr kompliziert. Gibt es ein Tool dazu? Ist es möglich in einem Projekt alte und neue Reports gleichzeitig benutzen?

Grüße
Natalia

Vincent Oorsprong
11-Aug-2015, 01:35 AM
Natalia,

For migration of the report files to the latest version use the maintenance tool for DataFlex Reports (http://www.dataaccess.eu/GlobalAccountDownload.asp?pageid=2586).

We don't support the use of two (or more) versions of the DataFlex Reports print engine inside one client but I think that with some tricks and tweaks you should be able to do this.