Jagdish Sakhiya wrote: > I am facing problem on validation of dialog fields. I > have written custom action to validate a dialog fields and that custom > action will be called by "DoAction" event of Dialog's "Next" button. Now > problem is if we return ActionResult.Failure then it will take you to > premature failed screen. I have also check other > options(ActionResult.NotExecuted, ActionResult.SkipRemainingActions, > ActionResult.UserExit) >
The general approach is to have the custom action set a property that the UI then checks. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

