I have a textbox at the top of a form and a grid below. I want to stay in the
textbox and enter data - hit return and update the grid - and then go right
back to the textbox. Don't want to leave it until I click out of it.
I use valid to test the data in the textbox and return(.t) just after
updating the grid. If not valid I return .f. and tell the user and the focus
stays in the textbox. I want it to stay there even if I return .t.
Return .t causes focus to go to the next object. I don't want that. When the
user is done entering data and updating the grid data then they can click out
of the textbox.
Using VFP 9. XP Pro.
Any Ideas would be very appreciated.
TIA