Conversion from FR2 to FR3
Hi,
I have problems with conversion reports from FR2 to FR3. I saved all my made reports in FR2 to file .fr3. Then I installed FR3, but when I try to open saved report an error occures :
The following error has occured :
Couldn't find class TfrDetailtData
Couldn't find class TfrFooter
Couldn't find class TfrHeader
Couldn't find class TfrMasterData
....
Can you help me ?
Thanks
Lubos
I have problems with conversion reports from FR2 to FR3. I saved all my made reports in FR2 to file .fr3. Then I installed FR3, but when I try to open saved report an error occures :
The following error has occured :
Couldn't find class TfrDetailtData
Couldn't find class TfrFooter
Couldn't find class TfrHeader
Couldn't find class TfrMasterData
....
Can you help me ?
Thanks
Lubos
Comments
ie calls to frreport1.some method
should now be frxreport1.some method
frdbdataset is now frxdbdataset.
You basicly need to duplicate original forms using fr3 components.
So either I'm doing something wrong or the conversion process doesn't work yet.
Or how to make this conversion?? (TFr --> TFrx)
Lubos
If you used a localized version (e.g. german resources) you need to replace umlauts too.
Regards,
Matthias
I'm still having a problem with it not finding the TfrxRoundRectView class though, but perhaps I'm missing something else. Seems to me it should have converted it to a TfrxShapeView type and set the appropriate shape.
Having to have the TfrDBDataSet components to convert each report is really annoying though, since it makes writing a generic frf->fr3 converter just about impossible.