Fixed text at bottom of the page
Hi,
I have a report with the following structure
1 Page header (with some fields from a userdataset)
2 Group header (with fields from dataset)
3 Masterdata (some more fields from the dataset)
4 Group footer (with one field from the dataset referred to in 1, 2 and a few fields from the userdataset)
1,2,3 works fine.
The problem is that the group footer has to be in a fixed position (It should match a pre printed form). So far I have not found an obvious way to do this.
Any suggestions would be appreciated
Best
Jon
I have a report with the following structure
1 Page header (with some fields from a userdataset)
2 Group header (with fields from dataset)
3 Masterdata (some more fields from the dataset)
4 Group footer (with one field from the dataset referred to in 1, 2 and a few fields from the userdataset)
1,2,3 works fine.
The problem is that the group footer has to be in a fixed position (It should match a pre printed form). So far I have not found an obvious way to do this.
Any suggestions would be appreciated
Best
Jon
Comments
if engine.cury < value then engine.cury := value.
You can set the position by code in the OnBeforePrint of your groupfooter:
Engine.CurY := (24.0 * fr1cm)
Petter
Thanks,
Seems to do what I want, - at least when I figure out the correct number of cms
jon