473,396 Members | 1,784 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

catching events when you click on a seperate form

Hello,
My application has 2 forms on display at one time. The form on the
left contains a tree view which drives the contents of the form on the right.

My problem is that I would like to capture the event that occurs when you
enter text in a field on the main form and then click on the other form
without tabbing or clicking other fields on the from. What Event is triggered
in this instance I need to capture this event and obtain the text that was
entered by the user. It doesn't seem to trigger the lost focus event or leave
event until after it triggers events on the second form, thus overwriting the
data.
Any help would be greatly appreciated.
Thanx in advance
Geri
Nov 21 '05 #1
2 1033
Geri,

How about capturing the

Lost focus event for the text field
OR
Lost focus event for the form
OR
Recieved focus event for the other form?
Nov 21 '05 #2
or updating in "real time" by checking the keypress, keydown events in the
text box that is altering the state of the first form from the second?

"Sarika" <Sa****@discussions.microsoft.com> wrote in message
news:17**********************************@microsof t.com...
Geri,

How about capturing the

Lost focus event for the text field
OR
Lost focus event for the form
OR
Recieved focus event for the other form?

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sylvian Stone | last post by:
Hi, I suspect that this may not be possible, but this is my little problem. I have a main page ('index.php') with an iframe ('mainframe') on the left hand side. All the links on the index...
9
by: vijay21 | last post by:
hi all, This is about javascript window events. I have a simple html file like this <html> <head> </head> <body onmousedown="alert()"> <form> <input type="text">
5
by: knocte | last post by:
Hello. I am a web developer very worried about "bloat code" and "languages mixture". So, since some time, I always try to avoid completely the use of javascript in XHTML/HTML files. This leads...
0
by: TimSLC | last post by:
I have an application that automates the testing of form filling on a web page. This part works great using axWebBrowser and such. What I am trying to do is catch when Java Events occur and log...
3
by: Sakharam Phapale | last post by:
Hi All, I am working on a project, where maximum operations carried out on Files and multi-dimensional arrays. Since array data is huge application takes too much memory. My problem is, after...
2
by: Kjell Kristiansson | last post by:
I have not been able to figure out how to catch the click event from a button that is added dynamically to a table. In priciple the process is as follows: When I first create the page I analyse...
2
by: Mac via DotNetMonster.com | last post by:
Hi all, In my VB windows application, I have created a User Control that contains a few buttons and a text box. This control is then placed on several forms. What I would like to do is capture...
5
by: lord.zoltar | last post by:
How can I prevent the big close button in the top of the window from closing the window? I want to have and "are you sure?" confirmation so the user must press "Yes" before the program ends. Right...
1
by: swethak | last post by:
Hi, I am desiging the calendar application for that purpose i used the below code. But it is for only displys calendar. And also i want to add the events to calendar. In that code displys the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.