TfrxDesigner component missing
I'm using Delphi Embarcadero Rad XE7 which comes with FastReport 5.
I'd like to allow end users to create report and start the Designer software.
However, the TfrxDesigner component is missing in XE7 so I can't place
the object on the form.
I added the 'frxDesgn' unit to the program by using 'uses frxDesgn'.
However, calling the designer during runtime using 'frxReport1.DesignReport;'
doesn't open the designer either.
Any help.
Thanks!
I'd like to allow end users to create report and start the Designer software.
However, the TfrxDesigner component is missing in XE7 so I can't place
the object on the form.
I added the 'frxDesgn' unit to the program by using 'uses frxDesgn'.
However, calling the designer during runtime using 'frxReport1.DesignReport;'
doesn't open the designer either.
Any help.
Thanks!
Comments