A text item key stroke interceptor [message #447328] |
Sat, 13 March 2010 11:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
kalpataru
Messages: 72 Registered: January 2010 Location: INDIA
|
Member |
|
|
dear sir,
like vb 6.0 or vb.net in textbox's change trigger
fires...when we start typing in the text boxes
instantly. i want exactly this feature in forms how to
do this.
a lots of time i am asking this questions
i'm not getting my answer yet please anybody help me ,
and i am asking here the final/last time.
i also got answer from some-body that it can be
achieved by using java beans.
i want the procedure of doing this or the sample
.fmb file and .jar file.
[RENAMED by LF: the original title was "kalpataru"]
[Updated on: Sat, 13 March 2010 15:07] by Moderator Report message to a moderator
|
|
|
|
postchange trigger [message #447371 is a reply to message #447342] |
Sun, 14 March 2010 05:31 ![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) |
kalpataru
Messages: 72 Registered: January 2010 Location: INDIA
|
Member |
|
|
thank you very much sir,
yes my requirment like that but i want
the numbers not the characters.
my problem is that i don't know java.
so i can't write the java code for this.
for example
------------
i want to calculate a bill when start enatering number in price
text boxes then it is start firing the total text boex
first text box = 120
(when i type here then tot text box should be 120 immediately no need to press tab and enter.)
second text box= 200
(when i type here then tot text box should be 200 immediately no need to press tab and enter.)
--------------------
total is = 320
|
|
|
Re: postchange trigger [message #447372 is a reply to message #447371] |
Sun, 14 March 2010 05:34 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Well, if you want all of that and don't know Java, you're in deep trouble.
I don't know Java either, but - I'm happy with <Tab> or <Enter> (i.e. simple WHEN-VALIDATE-ITEM trigger validation).
This is where my help ends, sorry.
|
|
|