FUNCTION txtChrNameToProper()
this.txtChrName.text = PROPER(this.txtChrName.Text)
ENDFUNC
Great and works fine so that when the user tabs out of the chrname field it corrects any bad input BUT it then sets the focus somewhere and the user has to use the mouse tofocus on the next field for input!!!
Is there any way of setting the focus back to the next field to avoid this???