Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage Component Property | Excel Programming | |||
MultiPage - How to set MutiRow property? | Excel Programming | |||
Check for any data changes in a form with multipage object | Excel Programming | |||
Displaying Cell Data on a Form | Excel Programming | |||
Displaying different pages in MultiPage | Excel Programming |