I am having a strange problem with my app. A form has a grid used to enter lines for a purchase order. One of the columns of the grid contains the item number, another contains the color number, and another the size number. When the user enters the color number or the size number, the valid event for that text box checks the number for validity for that item number. If the number isn't valid, a message to that effect is displayed via a form. The problem is that after DO'ing the form, the focus seems to be lost. You can enter other columns only by clicking on them and the tab and arrow keys no longer seem to do anything. Closing the form and reopening restores normal operation.
I tried setting focus after the DO FORM but you can't SET FOCUS in a valid event.
How do I get focus back and functioning tab and arrrow keys?
TIA,
Shanachie
I tried setting focus after the DO FORM but you can't SET FOCUS in a valid event.
How do I get focus back and functioning tab and arrrow keys?
TIA,
Shanachie