AutoCompleteOverwrite Property
Gets or sets how to treat text that follows an auto completion.
This sample sets auto complete to erase all data remaining in a field following the completion.
Sub EraseDataRemainingAfterAutoComplete()
ThisIbmTerminal.Productivity.AutoComplete.AutoCompleteOverwrite = ProductivityOverwriteOption_EraseToEof
End Sub