Posted 19 years ago
by Jeremy Wesley
I have a project that is very similar to the example, in that depending on what a variable is, the user may go down two paths. each path has its own finish page. I have enabled the finish button on these pages. From a interface stand point everything is fine. But the problem is when they get to the finish button I have some code to save the options they selected, but I cant get the code to run. I have added the method to the wizards FinishButtoneClick, I even tried added the method to the Page's FinishButtonClick. I have looked every where, i cant figure out why the code wont run.
At the begining I have 2 methods attached to 2 events on the first Page, one is Load and the other is nextButtonClick(so I can tell which path to take)
Any help would be greatly appreciated.
Jeremy
At the begining I have 2 methods attached to 2 events on the first Page, one is Load and the other is nextButtonClick(so I can tell which path to take)
Any help would be greatly appreciated.
Jeremy