multiple memos
greetings
I work with Fr2.47 and Delphi 7, I need to create a dynamic report that supports several Groups levels:
- Group Header
--Grooup Header
--- Master dates
--Group Footer
- Group Footer
My problem is that when many fields exist in the Master Data, when creating them dynamically some they are located outside of page they are not printed well.
As I can get that the Memos (TfrMemoView) that leave the width of the page they are printed in another page. This happens when I use the Cross Data, but I need to contain multiple group levels
thank you for the help
I work with Fr2.47 and Delphi 7, I need to create a dynamic report that supports several Groups levels:
- Group Header
--Grooup Header
--- Master dates
--Group Footer
- Group Footer
My problem is that when many fields exist in the Master Data, when creating them dynamically some they are located outside of page they are not printed well.
As I can get that the Memos (TfrMemoView) that leave the width of the page they are printed in another page. This happens when I use the Cross Data, but I need to contain multiple group levels
thank you for the help
Comments
When creating other reports on the fly at runtime the programmer is responsible for fitting everything to the design page width.
regards
gord
The problem is that I have nested groups and many fields to show and the width of the page doesn't allow to place them, and I don't know how to adjust them to a new page
How Can I on master data band to adjust multiple fields if they don't fit in width of the page?
thanks
set report component to rtmultiple and set its dataset properties.
regards
gord