Home » Developer & Programmer » Forms » Validate after write in textitem [merged] (forms 10g)
Validate after write in textitem [merged] [message #513963] Thu, 30 June 2011 07:29 Go to next message
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 messageGo to next message
Littlefoot
Messages: 21818
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 like
select 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

Re: Validate after write in textitem [merged] [message #514036 is a reply to message #514033] Thu, 30 June 2011 16:46 Go to previous messageGo to next message
cookiemonster
Messages: 13937
Registered: September 2008
Location: Rainy Manchester
Senior Member
My first sight is the same as yours, and my second. Pretty sure java is required.
Re: Validate after write in textitem [merged] [message #515450 is a reply to message #514036] Mon, 11 July 2011 11:00 Go to previous message
mohamede20
Messages: 2
Registered: June 2011
Location: egypt
Junior Member
please How????
need example form
Previous Topic: Your connection to the server was interrupted
Next Topic: DDE package with Open Office.
Goto Forum:
  


Current Time: Sun Sep 08 23:06:32 CDT 2024