Don't work as advertised...

we had a set of 4 active links that checked a phone number field to ensure that it was entered in the correct format. Basically, when you are in the field, type in the phone number and press Enter. That will trigger the active links to add in hyphens (converting periods, for example).... here's an example Run-if Statement:
( 'Cellular Phone#' LIKE "___[0-9][0-9]%" ) AND ( 'Cellular Phone#' != $NULL$ )
It fires the AL correctly the first time... which is good. But then, if you press Enter again, it fires again... even though the Pattern Matching tells it not to!! Yup, another bug... again, I'm waiting on a bug number... will post it when available.
Oh, no work-around for this yet...
edit: Here's the bug number ->
SW00171766
Enjoy!