SetFocus
This method is Visual FoxPro's answer to _CUROBJ. It allows you to set the focus to any control.
Usage |
oObject.SetFocus() |
Example |
* In a form to edit Employee records, * the Click method for the "Edit" button might: ThisForm.First_Name.SetFocus() |
See Also |