2/22/2011 2:43:28 AM
Title:
VALIDATION USING FLEX 3
Hello everybody,
I have one doubt such that,i want to validate a name in a form.The condition are
it should be alphanumeric validation not a string validation but if number is first character automatically i wants to get error.... if anyone knows plz help me....
thanks in advance.
k.priya
2/22/2011 7:13:03 AM
you can check the first character on change event of the textbox. If Number(myText.text)>0 then its a number.
PRIYA
Points: 110
Posts:0
2/22/2011 9:16:39 PM
thanks for reply.....
priya