I've imported a 7.6 database into Rbase 9.5 When I input new Thai character text using an entry form the data is stored as ????. The form object is DB Memo, I checked using the data browser, SELECTing with out put to the screen and to a file; all the Thai characters that showed in the entry form are stored as ???s. Old imported Thai shows as Thai. Thai text that is entered in the data browser grid using the Rbase BLOB editor (the default when double clicking; this column is note type data), comes out as Thai character.
I tried some other database control objects like DB Edit (doesn't keep text in the form field when another filed is subsequently activated) and DB Rich Edit (stores unicode callouts) and Enhanced DB Rich Edit. It was interesting to me to discover that I need to use the Unicode Static Text object to show Thai characters on the form. Does anyone have an idea of what Form Object I can use to get Thai to store correctly?

