Control textbox input [message #397540] |
Sun, 12 April 2009 01:19 |
sysman2007
Messages: 24 Registered: March 2009
|
Junior Member |
|
|
How I can control textbox input character??
for example I want user can enter only digits on a textbox.
(don't say set Data Type = Number)
|
|
|
|
|
Re: Control textbox input [message #397644 is a reply to message #397622] |
Mon, 13 April 2009 02:32 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
In the WHEN-VALIDATE-ITEM trigger? Well, you might try to use regular expressions (if possible), TRANSLATE and/or REPLACE functions, LOOP through the whole string and check character by character ... There have been quite a few discussions about such an issue in our SQL & PL/SQL forum so - take a look.
If you are talking about Java, sorry - I wouldn't know.
|
|
|