mouse events in forms [message #87360] |
Wed, 22 December 2004 21:19 |
Mohan G
Messages: 36 Registered: August 2004
|
Member |
|
|
hello
i want to display some items based on the input given in a text item.
i have written the code in key-next-item its workings when i go out of the text item with tab or enter key but not working when i go out of the text item with mouse.
so where i have to write the code ? the when-mouse-leave or when-mouse-move is not helpful for me
thanks in adv.
Mohan G
|
|
|
|
|
Re: mouse events in forms [message #87370 is a reply to message #87368] |
Thu, 23 December 2004 07:16 |
Mohan G
Messages: 36 Registered: August 2004
|
Member |
|
|
hello
i am using a controls.there two blocks in my form one for parent record the other for the child records.
i guess the post-text-item won't work for these blocks
so for this i am using a timer and populating the child block records when the timer-expired-event.
but this is not a fool-proof solution ...
any other way to achieve this ?
regards
Mohan G
|
|
|
|