I have an enhanced page control that I am using in a wizard type interface. The tabs are hidden (TABVISIBLE false), and I move between tabs from the Next>> and <<Previous buttons using PROPERTY pgcWizard ACTIVEPAGEINDEX '2'.
One of the pages has an ON FOCUS EEP. This EEP does not run when focus arrives on the page via PROPERTY . . . ACTIVEPAGEINDEX. When I make the tabs visible and click on the tab to set the page, then the EEP does run. Does anyone have any experience with page controls, ON FOCUS EEPs and PROPERTY ACTIVEPAGEINDEX? -- Larry
