Report with groups from code in C++Builder
Hello all,
I am building report uses a group header, a master data band connected to a dataset and a group footer from code in C++Builder.
The group header has a condition: frxBand->Condition ="Seif.\"Mivne\"";
When report is showed it displays get error - no data band for group.
Groups are arranged in the following order by Top property:PAGEHEADER , GROUPHEADER, MASTERDATA, GROUPFOOTER.
What should I do to resolve issue?
Thanks,
Oleg
I am building report uses a group header, a master data band connected to a dataset and a group footer from code in C++Builder.
The group header has a condition: frxBand->Condition ="Seif.\"Mivne\"";
When report is showed it displays get error - no data band for group.
Groups are arranged in the following order by Top property:PAGEHEADER , GROUPHEADER, MASTERDATA, GROUPFOOTER.
What should I do to resolve issue?
Thanks,
Oleg
Comments