C
Carl Rapson
I want to add a watermark to my report, so I created a report section by
defining a new Group with the expression '=1' and Group Header = Yes. I put
my watermark fields in the section header, and I put the line
Me.MoveLayout = False
in the section Format event. This works for the first page of my report, but
I want to print the watermark on all pages. My problem is, when I set the
Repeat Section property to Yes, my report locks up -- in fact, Access itself
is completely locked up and I have to kill the process (which is using all
of the CPU). I put a breakpoint on the MoveLayout statement, and it appears
that there is some kind of endless loop that is constantly calling the
watermark section Format event.
My report is based on a single record from the database and contains no
other Sorting or Grouping sections. The report also contains several
embedded subreports. Does anyone have any ideas about what the problem might
be?
Thanks for any information,
Carl Rapson
defining a new Group with the expression '=1' and Group Header = Yes. I put
my watermark fields in the section header, and I put the line
Me.MoveLayout = False
in the section Format event. This works for the first page of my report, but
I want to print the watermark on all pages. My problem is, when I set the
Repeat Section property to Yes, my report locks up -- in fact, Access itself
is completely locked up and I have to kill the process (which is using all
of the CPU). I put a breakpoint on the MoveLayout statement, and it appears
that there is some kind of endless loop that is constantly calling the
watermark section Format event.
My report is based on a single record from the database and contains no
other Sorting or Grouping sections. The report also contains several
embedded subreports. Does anyone have any ideas about what the problem might
be?
Thanks for any information,
Carl Rapson