composite report
hi,
i'm using C++Builder and i'd like to use a composite report... but i didn't find anything showing how to do this in runtime. here's my code (it doesn't work ):
thanks for all help
i'm using C++Builder and i'd like to use a composite report... but i didn't find anything showing how to do this in runtime. here's my code (it doesn't work ):
frReport1->LoadFromFile(ExtractFilePath(Application->ExeName)+"Report1.frf");
frReport2->LoadFromFile(ExtractFilePath(Application->ExeName)+"Report2.frf");
frCompositeReport1->Reports->Add(frReport1);
frCompositeReport1->Reports->Add(frReport2);
frCompositeReport1->ShowReport();
thanks for all help
Comments
regards
gord
added this before frCompositeReport1->PrepareReport():