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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tabbing between datawindows on same window

Status
Not open for further replies.

etownsend

Programmer
Jan 22, 2004
2
US
I am having an issue tabbing between datawindows that are on the same object. I am using the pbm_dwnKey event to signify the tabbing off of a datawindow. In the event I do a setfocus() and setcolumn() to point the focus to a column on another datawindow. It looks like it goes there, but then jumps off and into another column.... I am not sure why it is going there.

It goes into itemfocuschanged after the setfocus() and then back again for the column that I don't want it to go to.

Any Ideas of what I can try to have it stop on the column that I want it to stop on?

Thanks for any help that you can give!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top