DetailBand empty
Hi all,
I'm still new in FR, and i'm facing a problem, here's what i have
MasterBand (frxDBDataset1)
DetailBand1 (frxDBDataset2)
DetailBand2 (frxDBDataset3)
each band has it's own frxDbdataset, and I make the relation between master and detials using Dataset-> mastersource(delphi way)
now sometimes i have empty records in the (frxDBDataset3) so the DetailBand 2 will not show in the report, but I need it to be there even it's empty
is there way to do that?, I tried to set masterBand property (print if child empty to true) but it didnt' work
how to solve that
Thanx all,
I'm still new in FR, and i'm facing a problem, here's what i have
MasterBand (frxDBDataset1)
DetailBand1 (frxDBDataset2)
DetailBand2 (frxDBDataset3)
each band has it's own frxDbdataset, and I make the relation between master and detials using Dataset-> mastersource(delphi way)
now sometimes i have empty records in the (frxDBDataset3) so the DetailBand 2 will not show in the report, but I need it to be there even it's empty
is there way to do that?, I tried to set masterBand property (print if child empty to true) but it didnt' work
how to solve that
Thanx all,
Comments