Instead of having one "ProductID" editbox on the "UserInformation" dialog, I have 3. Each box has it's own value (SerA, SerB, and SerC). But now, when you run the application, if the fields are correct, the ProductID Error Message will still load the next dialog box. I'm assumeing it's because of this mysterious "Preselected" value that Wise has no mention of in their help document or their website. Does anybody know what's wrong? Here are the Events in the Next Button:
Event: ValidateProductID
Argument: 0
Condition: SerA = "1111" AND SerC = "1111"
Event: NewDialog
Argument: Single_Feature_Destination
Condition: SerA AND SerC AND NOT Preselected
Event: NewDiwalog
Argument: Start_Installation_Dialog
Condition: SerA AND SerC AND Preselected
If I entere 1111-2222-1111 (SerA, SerB, SerC) then Next loads the correct form. However, if I enter 1122-2222-1111 then the error saying the ProductID is wrong appears yet when you click OK it still loads the next dialog. Any idea why?
Event: ValidateProductID
Argument: 0
Condition: SerA = "1111" AND SerC = "1111"
Event: NewDialog
Argument: Single_Feature_Destination
Condition: SerA AND SerC AND NOT Preselected
Event: NewDiwalog
Argument: Start_Installation_Dialog
Condition: SerA AND SerC AND Preselected
If I entere 1111-2222-1111 (SerA, SerB, SerC) then Next loads the correct form. However, if I enter 1122-2222-1111 then the error saying the ProductID is wrong appears yet when you click OK it still loads the next dialog. Any idea why?