T
TonyT
Hi,
I have acquired what appears to be part of FncPgeVis, and
I cannot find the original, heres the code I have;
Function FncPgeVis(Rpt As Report, Pge As Single)
If Pge = Rpt.Pages Then
Rpt.GroupFooter0.Visible = True
Else: Rpt.GroupFooter0.Visible = False
End If
End Function
used along with another function to position the
GroupFooter at the bottom of the last page, how do I refer
to GroupFooter0 in the Function so I can use it for
different Footer's in different Reports? I wrongly assumed
it to be Section and tried adding 'Sct As Section' but get
an error.
Thanks for any help in advance.
TonyT
I have acquired what appears to be part of FncPgeVis, and
I cannot find the original, heres the code I have;
Function FncPgeVis(Rpt As Report, Pge As Single)
If Pge = Rpt.Pages Then
Rpt.GroupFooter0.Visible = True
Else: Rpt.GroupFooter0.Visible = False
End If
End Function
used along with another function to position the
GroupFooter at the bottom of the last page, how do I refer
to GroupFooter0 in the Function so I can use it for
different Footer's in different Reports? I wrongly assumed
it to be Section and tried adding 'Sct As Section' but get
an error.
Thanks for any help in advance.
TonyT