cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wizard - disable OK button on 1st page

JDH
Super Contributor

Hi There,

I created 2 page wizard and I am trying to disable the OK button on the first page , but unfortunately I am not successful (I tried use WizPageCheck)

In macro I am using 

OnWizInitialize where set some attributes

OnWizTerminate  - calculations related to 2nd page 

Could you guide me what should I do to disable OK button on the 1st page and enable on 2nd page?

Many thanks in advance

1 Reply

JDH
Super Contributor

I found out that on MetaPropertyPage we have metaAttribute: Page Sequence , and when I selected mandatory options for both PropertyPages, the OK button is disabled. 

So no macro modification was necessary.