when launching the delphi application, class tfrxdesigner not found
or it is found, but the report designer won't open
Which version of Delphi do you have?
And which version of FastReport?
Did you add the class reference in the uses clause or drop a component onto the form?
delphi xe4 and FR4
check that
uses
.... frxDesgn;
...
begin
frxReport1.DesignReportInPanel(frxTBPanel1);
or
frxReport1.DesignReport;
and most importantly, frxDesigner must be present in the component palette
drop it onto the form frxDesigner
Comments