EDITTABLE controls and tab order (OpenInsight Specific)
At 02 NOV 2000 09:02:48PM Blair C. James wrote:
How can I modify an edittable control to function more like an ARev AMV? Specifically, if a user presses tab from a blank line in an edittable, how can I cause focus to move to the next control?
I know that I can use the POSCHANGED event, check the current cell for data, and force focus to the control specified in the NEXT property. The problem there is that if the user uses the mouse to select a different control, focus gets forced to the next control, not the one they clicked.
Any help would be appreciated.
Thanks.
At 03 NOV 2000 01:18AM Donald Bakke wrote:
Blair,
Your stated problem should happen because if the clicked on another control then the POSCHANGED event won't fire at all. We have an implementation of exactly what you want and we are doing it the way you are proposing.
dbakke@srpcs.com