multipages problem!
Hi all,
I Need to print some cards by fastreport. Because Card's height is more than half of the page's height, so I create diffrent pages for each card. Cards Have many Memos and connect to a frxuserdataset. Now, when I preview the report, fastreport generates the second page only after it finished the first page.
But I wish all the cards of one record stay together. Just to say, if I have 2 cards, It should move to the next record after created this cards.
How can I do it?
Thanks to all.
I Need to print some cards by fastreport. Because Card's height is more than half of the page's height, so I create diffrent pages for each card. Cards Have many Memos and connect to a frxuserdataset. Now, when I preview the report, fastreport generates the second page only after it finished the first page.
But I wish all the cards of one record stay together. Just to say, if I have 2 cards, It should move to the next record after created this cards.
How can I do it?
Thanks to all.
Comments
I try this way just now, But it dosen't work. It stop generate pages when finishing 3 pages, and the FrxUserDataset stayed on the first record.
(I am sure I delete all the databand and asign the FrxUserDataset to Frxreport.Dataset property. Also, I add FrxUserDataset into Frxreport.Datasets. )
how can I fix it?