field validation

  • Thread starter Thread starter Mr. Applications
  • Start date Start date
M

Mr. Applications

Is there a way to control the order of the form fields validation? I'm using
the validation tab in the control's properties
 
If you need to control the order, the best solution is to use code in the
Item_Write or Item_Send event handler, rather than relying on field-level
validation.
 
Back
Top