NewsArchive
07-23-2008, 01:58 AM
Adding validation code in the Loop Wizard:
1) How do I determine which dialog is selected so that I can validate only
onformation on that dialog?
2) How do I select the correct wizard dialog when the validation fails?
Simplistic example:
Loop Wizard
Define Dialog 1
Define Dialog 2
Define Dialog 3
IF Dialog 2 path is invalid
Display Message Box "Invalid pathe; try again."
/* Select Dialog 2
Cycle
End
End
Greg Fasolt
1) How do I determine which dialog is selected so that I can validate only
onformation on that dialog?
2) How do I select the correct wizard dialog when the validation fails?
Simplistic example:
Loop Wizard
Define Dialog 1
Define Dialog 2
Define Dialog 3
IF Dialog 2 path is invalid
Display Message Box "Invalid pathe; try again."
/* Select Dialog 2
Cycle
End
End
Greg Fasolt