12-12-2011 04:27 PM
Hi,
I have a form, it has a few controls, some of them I added in a different order. How can I set the validation order of the controls? Is it according to the Tab order? I try to set them in Tab order but it looks not working. It looks like it is in the order of when control is added in the form.
Is there a way to reset the validation order?
Also is there a way to customize the validation message? Currently it pups up the message box twice, one for SalesLogix and one for the real control validation to specify which control. I don't want the first one to come.
Thanks a lot!
12-13-2011 04:53 AM
In the Architect, you can right click on your form and there is also a creation order that you can set. Playing around with that may yield the results that you are looking for.
Jim
12-13-2011 02:02 PM
Thanks a lot. That solves may validation order problem.
I still have one more issue. Now every validation in my form will display two validation message boxes. The boxes are as below.
I clicked OK for the first one then the second one will show up.
I only want the first one to show. How to stop the second one?
Thanks a lot for all reply.