Jump to content
jesu

Delphi 13: program with fastreports doesn't compile

Recommended Posts

Hello. I have a program with this code:
 

uses ...frCoreClasses...;
..
    justificacion: TFrxHalign;
..
           if whatever then
             justificacion := haCenter
           else 
              justificacion := haRight;

It works in previous versions, but not in Delphi 13. 

[dcc32 Error] myform.pas(20): E2003 Undeclared identifier: 'TFrxHalign'

 

What has changed?

Thanks.

Share this post


Link to post

Are you using the 32-bit or 64-bit IDE?
FastReports failed to install in the 64-bit IDE for me.

Share this post


Link to post

I check on my code, and have same problem with TFrxHaling.

Maybe they move it to another unit. 

Share this post


Link to post
18 hours ago, DelphiUdIT said:

Try to include 'frBaseGraphicsTypes".

That worked. Thanks.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×