Validate after write in textitem [merged] [message #513963] |
Thu, 30 June 2011 07:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/95e0ff24479933e1ca7d918e0a736007?s=64&d=mm&r=g) |
mohamede20
Messages: 2 Registered: June 2011 Location: egypt
|
Junior Member |
|
|
can you help me ?
how to Validate after write every character in textitem to do event ?
exmple :
to make filter on lov from this textitem
when write M ---> lov list all name start with M
when write O ---> lov list all name start with MO
when write H ---> lov list all name start with MOH
os ....
|
|
|
Re: Validate after write in textitem [merged] [message #514033 is a reply to message #513963] |
Thu, 30 June 2011 15:46 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Forms itself can't do that. You'll have to include Java into that job. Use Google to find more information (and/or visit Francois Degrelle's blog - maybe he already wrote something like that).
EDIT:
Actually, what you asked CAN be done in Forms - I can't test it now, but - in LoV Record Group's query use something likeselect whatever
from this_table
where some_column like :block.your_column ||'%'
At first sight, I thought that you really wanted to validate characters written into a text item, char by char.
[Updated on: Thu, 30 June 2011 15:49] Report message to a moderator
|
|
|
|
|