G
Guest
I have a form consisting of several sections :
form header (screen only), page header (print only), detail (screen and
print), page footer (print only), form footer (screen only).
The detail section gives an overview of a person's data (name, address, ..).
The page footer contains a formal agreement that must be signed before
sending back the hardcopy version for the archives. Some datafields (name,
....) are used both in the detail and in the page footer.
This works fine when printing a single form : the same data appears in the
top section (detail) and the bottom section (page footer) of the printed
report.
But when printing multiple forms for different people, access jumps to the
next record when commencing the page footer. This results in a printed form
with different names in the top and bottom sections, which is clearly not the
intention.
How do I solve this?
form header (screen only), page header (print only), detail (screen and
print), page footer (print only), form footer (screen only).
The detail section gives an overview of a person's data (name, address, ..).
The page footer contains a formal agreement that must be signed before
sending back the hardcopy version for the archives. Some datafields (name,
....) are used both in the detail and in the page footer.
This works fine when printing a single form : the same data appears in the
top section (detail) and the bottom section (page footer) of the printed
report.
But when printing multiple forms for different people, access jumps to the
next record when commencing the page footer. This results in a printed form
with different names in the top and bottom sections, which is clearly not the
intention.
How do I solve this?