fastreport5 support for FireDac in xe 7 ?

Hello,

I downloaded try version of fastreport 5.1.12 and install into xe7 upd1 running under the win7.

while compiling the frxfd21 package, it show error as following :

unit frxFDEditor;

function TfrxFDDatabaseNameProperty.Edit: Boolean;
var
lSaveConnected: Boolean;
oConn: TFDCustomConnection;
begin
oConn := TfrxFDDatabase(Component).Database;
lSaveConnected := oConn.Connected;
oConn.Connected := False;

Result := ShowConnEditDlg(oConn, TfrxFDDatabase(Component).Name, True);

if Result then begin
TfrxFDDatabase(Component).Params.Text := oConn.Params.Text;
TfrxFDDatabase(Component).DatabaseName := oConn.ResultConnectionDef.Database;
TfrxFDDatabase(Component).DriverName := oConn.ResultConnectionDef.DriverID;
TfrxFDDatabase(Component).ConnectionDefName := oConn.ConnectionDefName;
TfrxFDDatabase(Component).LoginPrompt := oConn.LoginPrompt;
end;

oConn.Connected := lSaveConnected;
end;


[dcc32 Error] frxFDEditor.pas(301): E2003 Undeclared identifier: 'Database'
[dcc32 Error] frxFDEditor.pas(302): E2003 Undeclared identifier: 'DriverID'
[dcc32 Fatal Error] frxFDComponents.pas(713): F2063 Could not compile used unit 'frxFDEditor.pas'


Does fastreport5 support for FireDac in xe 7 ?

Comments

  • gpigpi
    edited 11:04AM
    FR5 doesn't supports FireDAC for XE7 at this moment
  • edited 11:04AM
    gpi wrote: »
    FR5 doesn't supports FireDAC for XE7 at this moment


    I have modified The firedac stuff to be used with DelphiXE7 / FR4pro. I modified it a bit (for my needs), but can send you the stuff if you want...
  • edited 11:04AM
    mvkalken wrote: »


    I have modified The firedac stuff to be used with DelphiXE7 / FR4pro. I modified it a bit (for my needs), but can send you the stuff if you want...

    Hi mvkalken,

    Great. appreciated if you can send the modified code to my email ( hhtan37@gmail.com) . Cause I have some reports build with xe6 and fr4.

    Thanks.

  • edited 11:04AM
    Hi mvkalken,

    Any chance I can get a copy as well at ( mcarver@ccok.com ).

    Thank You
    Monte Carver
  • edited 11:04AM
    sorry was offline a few days. Have mailed this with a little explanation what to look for...

    M.

Leave a Comment