Betty Koon wrote:
Matt,

I have also tried to match a different mask like ^123$ for a test.  And it
always complains about the field is required.  Any idea?


It is the same basic problem, you are saying now that the field is required and that it must be the string "123".


I was thinking about this after I wrote my last message, and I think the only way you could get a mask to work here is if you or'd the regexp with another regexp that means "blank". Something like ^\s*|^\S+$
may do it when used in conjunction with your validwhen...but I'm not entirely sure...


Matt


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to