Show designer

Hi,

Is this code correct:

with TfrxReport.Create(Application.MainForm) do
try
DesignReport(True);
finally
Free;
end;

because no designer is shown.

Thanks.

Comments

  • Anu de DeusAnu de Deus Hampshire, UK
    edited 4:58PM
    fReport.PrepareReport(true);
    fReport.DesignReport(True);

    Hi,

    Is this code correct:

    with TfrxReport.Create(Application.MainForm) do
    try
    DesignReport(True);
    finally
    Free;
    end;

    because no designer is shown.

    Thanks.

Leave a Comment