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:36PM
    FR5 doesn't supports FireDAC for XE7 at this moment
  • edited 11:36PM
    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:36PM
    mvkalken wrote: »
    mvkalken 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...

    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:36PM
    Hi mvkalken,

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

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

    M.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.