View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Zeeb[_2_] Jim Zeeb[_2_] is offline
external usenet poster
 
Posts: 23
Default MultiPage Form data not displaying when Value property changed

I have a form with a MultiPage control. When focus is changed to another
page, I want to make sure that data on the existing page has been updated by
the user. If they want to save their data, I want to keep them on the current
page so they can click the Update button.
I implemented this behavior by using the MultiPage.Click event. This event
receives control AFTER the new page receives focus. In the event procedure
if I detect that data has not been updated, I want to display the prior page.
I do this by setting MultiPage.value to the prior page index.
What is happening is when I set the Value property, that the correct Tab is
receiving focus, but the contents of the page do not change to that page's
controls. Very bizarre.

Any suggestions?
inTHANKSadvance