Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Enabling/Disable FINISH Button of a Wizard Depending on User Input.....

$
0
0

Hi,

I have created a wizard in AX 2012 using wizard wizard... Now i need to put 1 functionality i.e., to Enable or Disable FINISH button based on user input.

I have already tried these 3 ways but without success..

this.finishenabled() -- on SetupNavigation method of wizard class

finishenabled[formrun.tabidx()]= false -- on SetupNavigation method of wizard class

syswizard.finishenable(false, curtabidx(),false) - on Tabpage of wizard form

please do reply if anyone have a solution for this....

 


Viewing all articles
Browse latest Browse all 9880

Trending Articles