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

Button Enable/Disable in Installshield

Hi,

In the customer information dialog, i need to have a check that, only when both 'User Name' and 'Company name' fields are entered, the Next button should be enabled. Else it should be disabled.

I have implemented this, and its working.
But the problem is that the Next button is getting enabled/disabled only at onblur event. But the Next button should to enabled/disabled as and when entering the values in the above fields, and not when tab is pressed.

Any suggesions?
Labels (1)
0 Kudos
(5) Replies
TsungH
Level 12

If you have not, please refer to this.
0 Kudos
TheResearch
Level 6

Oh! Seems that there is no solution for this!!

Anyway thanks for the reference.
0 Kudos
TheResearch
Level 6

Hi,

In this thread, Chris has said about using a blocking ControlEvent custom action or dialog.

Not sure, what he means on blocking control event.
Any idea on this?

Thanks.
0 Kudos
TsungH
Level 12

I think he meant to have Next button enabled, and does the validation when Next button is clicked. It will advance to the next dialog if validation is good and condition is fulfilled, or block the "flow" otherwise.
0 Kudos
TheResearch
Level 6

Oh, this is what he meant.
Thanks for the clarification. Thanks a lot.

/VJ
0 Kudos