Hi,
Good day. Currently I am customizing a report writer with VBA. Inside the VBA, there are event:
Report_Start()
Report_BeforeRH()
Report_BeforePH()
Report_BeforeAH()
Report_BeforeBody()
Report_BeforeAF()
Report_BeforePF()
Report_BeforeRF()
Report_End()
However, my VBA in report writer does not trigger below footer although I have both "Page Footer" and "Report Footer".
Report_BeforePF()
Report_BeforeRF()
May I know why? Can help? Thanks.
Warm Regards
Ken
*This post is locked for comments