R
Raymond
Hi all,
I have a textbox for telephone and fax nos. for which i added the input mask
as telephone no. (999)-(999)-(9999) (the default no., that is...) The
requirement is that if a no., say, +86-23-4455 has to be added, the format
does not alllow it and writes the no. as +86-234-455. Also, it should not
become +86-023-4455 as this becomes a different telephone no...
How do I correct this problem...As far as i undrstnd, i'll go for a do while
loop on the mask and when the appropriate condition arises, i can put the
codes..but i am unable to do that..>>> Your help will be acknowledged....
I have a textbox for telephone and fax nos. for which i added the input mask
as telephone no. (999)-(999)-(9999) (the default no., that is...) The
requirement is that if a no., say, +86-23-4455 has to be added, the format
does not alllow it and writes the no. as +86-234-455. Also, it should not
become +86-023-4455 as this becomes a different telephone no...
How do I correct this problem...As far as i undrstnd, i'll go for a do while
loop on the mask and when the appropriate condition arises, i can put the
codes..but i am unable to do that..>>> Your help will be acknowledged....