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

Urgent!!!!!!!........Enable/Disable next button

i have a custom dialog in which i have a text field and a browse button. The next button needs to be enabled only when the user browses for a specific file.

I'm using Basic MSI project.

initially i am disabling the next button with condition

LICENSE_TEXT_FLD = ""

enabling with condition

LICENSE_TEXT_FLD <> ""



Next button is disabled initialy and when i browse for a file it is appearing on the text field, but the next button was not enabled untill i press a tab.
Is it possible to enable the next button immediately i browse for a file.
Labels (1)
0 Kudos
(1) Reply
rrinblue22
Level 9

MSI refresh issue...... the property doesn't get refreshed on the dialog till you click on an event/button etc...........
0 Kudos