At 04:54 PM 5/18/2009, you wrote:

>import mx.core.UIComponent;
>
>private function formIsValid():Boolean
>{
>      var validForm:Boolean = true;
>
>      for (var i:int = 0; i < this.numChildren; i++)
>      {
>           if ( UIComponent(this.getChildAt(i)).errorString != "" )
>          {
>                validForm = false;
>           }
>      }
>
>      return validForm;
>}
>
>-TH

Thanks, Tim!   Exactly what I was looking for.  Much obliged.


Laurence MacNeill
Mableton, Georgia, USA

Reply via email to