Sometimes after my last page, a page prints with just the Master page heading and nothing else. How can I prevent this from happening?
Discovered there was a
after a table that displayed at the end of a full page. Took out the
, which wasn’t needed anyway, and issue was resolved.
I am facing the same issue. Can you please explain what did you find in your front page that you deleted to sort this out?
This usually happens when you insert a detail table Before Element <p></p>
. Go to your Source tab and remove those tags from under your detail table code.
Regards,
S
1 Like