2.51 file format
First, do you know that the link to this forum from your website is not working. It still refers to fastreport.org and not 66.227.63.207
Now, my question. Have there been any changes to the file format of frf files, either betwee 2.47 and 2.50 or between 2.50 and 2.51? I'm getting problems sending frf files to a customer running an old copy of my application.
Thanks
Kit Jackson
PS. Do you support a proper newsserver so that I can avoid the difficulties of using this web based forum?
Now, my question. Have there been any changes to the file format of frf files, either betwee 2.47 and 2.50 or between 2.50 and 2.51? I'm getting problems sending frf files to a customer running an old copy of my application.
Thanks
Kit Jackson
PS. Do you support a proper newsserver so that I can avoid the difficulties of using this web based forum?
Comments
Yes. We plan news groups at near time.
Can you point me to the document that tells me what I need to do to upgrade all the existing reports.
The main application was originally written using 2.47 and has been recompiled using 2.51. The reports are held in a database and loaded into the application at run time with:
Report.LoadFromBlobField(ReportTableReportBody)
Report is a TfrReport
ReportTableReportBody is a TBlobField
The reports were loaded into the database with a separate report application also compiled with 2.47. This application takes frf files and stores them into the database blobs. This report application cannot read new 2.51 frf files.
When compiled with 2.51 the main application gives the following error on some reports:
Report contains the following non-plugged components
TfrCheckBoxView
Can you tell me how to upgrade the existing reports please.
Thanks
Kit Jackson
IMHO
if you have changed the app so that it has been compiled with a newer version of Fr and created reports with that new version then you must send updated exe to customer. to handle those reports created with new version.
Report contains the following non-plugged components
TfrCheckBoxView
means you forgot to put checkbox object on underlying form.
regards