FR V2.5 to 3.05 conversion. Creating reports at ru
Hi,
In FR V2.5 if you wanted to create a new page you could something along the lines of
var
Page: TfrPage;
frReport1: TfrReport;
and in your code
frReport1.Pages.Add;
Page := frReport1.Pages[0];
and then you could add bands to Page as you would need.
How would you do the same thing in FR 3.05? It should be obvious, but for the life of me I cannot work it.
Troy.
In FR V2.5 if you wanted to create a new page you could something along the lines of
var
Page: TfrPage;
frReport1: TfrReport;
and in your code
frReport1.Pages.Add;
Page := frReport1.Pages[0];
and then you could add bands to Page as you would need.
How would you do the same thing in FR 3.05? It should be obvious, but for the life of me I cannot work it.
Troy.
Comments