hi all
I am using oracle forms 10g and I have phone number item in my form. what I need that phone no if less than fixed length lets say 10 digit the form wan’t accept user input as well as specific format like “+1-541-754-3010” .
i am stuck in this and need your help if any one know this.
hello,
you can use Format mask item property, it will handle the length along with format validation. you may enter this format mask ex:
[code]
9″-“999”-“999”-“9999
[/code]