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!
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!