Hope someone can help with this. We develop apps in VFP 6.0 under Win2k. I have a form with 2 option groups that populate 2 text boxes. I also have a third text box whixh is editable. When a user clicks on one of the option buttons in optiongroup1, the coresponding textbox is update, a setfocus is fired to go to the next optiongroup. Again the user makes a selection and the text box is filled. When using the mouse or space bar, the focus is then put on the third textbox (which allows the user to enter a date). After a date is entered, focus is set to a command button to save the data. I have checked and re-checked the tab stops and they are in the proper order. Now the strange behavior. When the user presses the ENTER key, focus moves from optiongroup1 to optiongroup2 and populates the text boxes as expectred. However when pressing the ENTER key from optiongroup2, focus is passed to my command button (to save data) bypassing the last textbox.
Has anyone else seen this? Is there a workaround? My users are acustomed to using the enter key and don't want to be forced to use the spacebar or mouse. Thanks in advance.
Has anyone else seen this? Is there a workaround? My users are acustomed to using the enter key and don't want to be forced to use the spacebar or mouse. Thanks in advance.