Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which event to use ?????

Status
Not open for further replies.

kkgusta

MIS
Nov 10, 2005
42
NZ
Hi
I have created a listbox to display the details form a table and I have also created several textboxes to display the details of the data that currently selected. However I have having trouble in choosing the right event to place my code to update the details in the textboxes when I select or highlight a new record from a list by mouse or by keyboard.

Hope some of you can help me.
 
Actually, depending on the spontaneity you desire,
I like dblClick, it's not immediate but it's a little more deliberate.
 
Thank you your reply. I just figure out that the problem I have is actually on the code I use to populate the text fields and after I change the code it actually work on the Click, DblClick and afterupdate events.


Cheers......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top