about the validation's [message #86650] |
Sat, 16 October 2004 07:22 |
chandra kumar chintala
Messages: 1 Registered: October 2004
|
Junior Member |
|
|
dear friends,
can we restrict user from entering the text in place of numbers in forms developer 9i. if at all how can we restirct(only using the code) I mean to say that user has to enter only numbers other than numbers if at all the user enter the alphbet. programmer should not allow that by saying that please enter only numbers not the characters.
is there any provision of making this if at all let me know that..
with regards
chandu chintala
|
|
|
Re: about the validation's [message #86668 is a reply to message #86650] |
Mon, 18 October 2004 08:39 |
rupa
Messages: 41 Registered: August 2002
|
Member |
|
|
you can set the format mask of the text item for number then form will take care by itself, if the user enters character then it will give error.
|
|
|