I've got problem with FW_SetUnicode(.T.) and TGET.
When I press "End" on keyboard, the cursor will go to the front of last character.
Example
=======
cVar := 'ABCDEFG' "|" as cursor
When the cursor is front of "|ABCDEFG". When I press "End" on keyboard, it will be "ABCDEF|G"
Thank you in advance for any help.