How to use Fastreport at Runtime
Hey
I'm searching for a way to open the Designer at runtime, so that i can edit Reports out of my programm but i haven't found any help yet.
I use the C++ Builder and the Demo of Fastreport 4 ( Demo because i want to test if Fastreport fulfill my requirements ).
I saw many posts of how it works in Delphi but not how it works with the c++ builder. Is it actually possible to use the run-time designer in c++builder ?
Greets Chris
I'm searching for a way to open the Designer at runtime, so that i can edit Reports out of my programm but i haven't found any help yet.
I use the C++ Builder and the Demo of Fastreport 4 ( Demo because i want to test if Fastreport fulfill my requirements ).
I saw many posts of how it works in Delphi but not how it works with the c++ builder. Is it actually possible to use the run-time designer in c++builder ?
Greets Chris
Comments
Have i maybe to include special headers?
void __fastcall TKunden_Form::Button1Click(TObject *Sender)
{
Report1->DesignReport(True,False);
}
and Report1 is from type TfrxReport.
I havent found a component like this in my Toolbox.
Is it possible that my installation failed or have i to install it manually?
I read about this component before, but i only foun ways how to solve problems with Delphi.
Sry for my stupid questions but im new with Fast Report.
Chris