R
Roger Frans
Hello,
I want to make a report. For each record I start another page. No problem.
I have a subreport in de Details section. The property CanGrow is Yes.
I want a text box at the bottom of the page (but in the Details section, not
in Page Footer).
I made a procedure to place the text box on a particular place.
Private Sub Details_Format(Cancel As Integer, FormatCount As Integer)
txtTest.Top = 6000
End Sub
But... the location of the text box is not the same on each page. The
location depends on the size of the subreport (which is not the same for
each record).
How can I solve this?
Thanks a lot.
Roger
I want to make a report. For each record I start another page. No problem.
I have a subreport in de Details section. The property CanGrow is Yes.
I want a text box at the bottom of the page (but in the Details section, not
in Page Footer).
I made a procedure to place the text box on a particular place.
Private Sub Details_Format(Cancel As Integer, FormatCount As Integer)
txtTest.Top = 6000
End Sub
But... the location of the text box is not the same on each page. The
location depends on the size of the subreport (which is not the same for
each record).
How can I solve this?
Thanks a lot.
Roger