Problems Creating Reports in Runtime
Hi all, i'm having some problems working with reports in runtime.
I am working in a functionality that reads a dataset and a stringlist ( Delphi 1010) that contains the fields the user wants to show in the report.
I am struggling when creating the data memos, i cant space them properly and when a data is too large, it uses a second line that is overlapping the memo under.
I want to create a frame to the data memos too, to look like a cell, but with no success.
Thanks for any help, in advance.
I am working in a functionality that reads a dataset and a stringlist ( Delphi 1010) that contains the fields the user wants to show in the report.
I am struggling when creating the data memos, i cant space them properly and when a data is too large, it uses a second line that is overlapping the memo under.
I want to create a frame to the data memos too, to look like a cell, but with no success.
Thanks for any help, in advance.
Comments
See a Programmer's manual "1.12 Creating a report form from code" chapter
My code was based on this chapter, already.
Bu i found the problem. It just had to adjust the databand height, unfortunately the databand dont adjust his own height according to its memos height.
Thanks anyway.
Low web hosting
Buy domains retail
Buy well designed templates
The band can auto adjust base on memo height, and the other memos can shift / adjust height based on other memo's height or band height. See more sample and manual for detail.