I want create a dialog that has rules for the dialog fields
Here's a scenario:
I have a Dialog that has many places for the users to place data, however, I need to make sure that the data is compliant to the rules I would like to build.
So. say there are 5 entry boxes in the dialog (box 1, 2, 3 4)
Box 1 must be contain one of the following- abcd
Box 2 must be contain one of the following- efgh
Box 3 must be contain one of the following- ijkl
Box 4 must be contain one of the following- mnop
Then it gets tricky from there: if box 1 has b,c then box 3 must have j,k.
Not looking for someone to really script this out, just looking for ideas.
The more I work with these scenarios the more complex the expression and the size fo the script.
Thanks in advance, Ed