Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I support Unicode (Russian, Korean, Japanese, Chinese, etc) Text Entry into VFP programs?

Multi Lingual

How can I support Unicode (Russian, Korean, Japanese, Chinese, etc) Text Entry into VFP programs?

by  wgcs  Posted    (Edited  )
The native VFP controls do not support entering or displaying unicode, though VFP can store unicode in Character and Memo fields.

However, if you use the "Microsoft Forms" activeX controls, they do support unicode. VFP can then store and retrieve the unicode in tables, etc, and manipulate it with STRCONV() and like functions.

Go to Tools --> Options --> Controls, and select "ActiveX Controls", then check all the "Microsoft Forms ..." controls in the list. CLose the Options dialog.

Now, when editing a form, click the "View Classes" button on the "Form Designer" toolbar, and choose "ActiveX Controls" Put the "Microsoft Forms 2.0 Textbox" on the form, then run the form and try pasting the russian into the textbox... and it'll work!
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top