import fastreport2 in delphi2009
hi
my project's reports design with fr2
so
how to open this project in delphi2009(fr4)
see this error when open project(fr2) in delphi2009
[DCC Fatal Error] data.pas(6): F1026 File not found: 'FR_DSet.dcu'
my project's reports design with fr2
so
how to open this project in delphi2009(fr4)
see this error when open project(fr2) in delphi2009
[DCC Fatal Error] data.pas(6): F1026 File not found: 'FR_DSet.dcu'
Comments
you can open the .frf files using fr4 and the conversion file and save in .fr3 format
the application units must be changed to fr4 units etc.
ie frdbdataset becomes frxdbdataset