‎25-08-2023 09:57 AM
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
Solved! Go to Solution.
‎02-10-2023 10:07 AM
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.