I have a form with 8 pages with the Pagecount set to 1 for INIT load. The Pagecount is advanced when another service request is added with a new Caption. This work good except when a new page is added( Pagecount+1) the activate event wont work. All eight pages have This.Refresh()in the Activate event. If I close and reopen the form it works ok.
The last page only sees the data from the previous page.
The last page only sees the data from the previous page.