Hi, my application code is written in vb6. When a new page in the report is about to be printed I want to make a label visible in the page footer of the old page. (the label will say "Proceed to Page [n]).
I tried using ( If Page < Pages Then lblMyLabel.Visible = True ) in the OnPage event but these values are empty. Should I be doing the check in a different event?