This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Button Enable/Disable in Installshield
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2008
03:48 AM
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?
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?
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2008
05:14 AM
Oh! Seems that there is no solution for this!!
Anyway thanks for the reference.
Anyway thanks for the reference.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 23, 2008
05:30 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2008
03:24 AM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 24, 2008
06:53 AM
Oh, this is what he meant.
Thanks for the clarification. Thanks a lot.
/VJ
Thanks for the clarification. Thanks a lot.
/VJ