I place this at the top of my Main program :
Code: Select all | Expand
// replaces overstrike in gets
Set( _SET_INSERT, .t. )
TGet():lChangeCaret := .f.
This globally sets all fields to insert rather to overstrike .. a bit clumsy, but it works.
Rick Lipkin