For one more:
ThisForm.PageFrame1.PageCount = ;
ThisForm.PageFrame1.PageCount + 1
Then you'll probably want to change the caption on the page with code like:
xx = "PAGE"+alltrim(str(ThisForm.PageFrame1.PageCount))
ThisForm.PageFrame1.&xx..Caption = "New Page"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.