Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: mike castillo
  Where is mike castillo?
 Joo Seng Road, Singapore
 Philippines
 mike castillo
 To: Eric de Haan
  Where is Eric de Haan?
 Alkmaar
 Netherlands
 Eric de Haan
 Tags
Subject: RE: VFP Unicode
Thread ID: 209249 Message ID: 233532 # Views: 52 # Ratings: 0
Version: Visual FoxPro 9 Category: Forms
Date: Friday, July 03, 2009 10:10:25 AM         
   


> >
> > You try to save / encode your data as binary, something like this:
> >
Replace YourStringField with STRCONV(YourValue,13)

> >
> > You need to add this COM Codepage translation also in your FORM.LOAD event if you are using a FORM:
> >
=SYS(3101,65001)

> >
> > If you want to display to MS Forms Textbox you need to do something like this:
> >
Thisform.MSTextbox1.value = STRCONV(YourFieldValue,14)

> >
> > Hope this helps.
>
> Thank you. This did it. What I did wrong was the sys(3101,65001) (How did you get at the 65001?) I thought it was a VFP setting and not a datasession setting. So I did it once and not in the load.
>
> BTW I have the same non printable chars as Bernard and I have the same version of the grid as you have.
>
> Thanks again for the help!!! (c) (now I can sleep again)

Hi Eric,

What OS and VFP SP are you using? Mine here is VISTA Home Premium with VFP9 SP2

Kind regards,
Mike



COMPLETE THREAD
VFP Unicode Posted by mike castillo @ 12/26/2008 11:17:26 AM
RE: VFP Unicode Posted by Koen Piller @ 12/26/2008 11:48:29 AM
RE: VFP Unicode Posted by mike castillo @ 12/26/2008 1:41:50 PM
RE: VFP Unicode Posted by Yousfi Benameur @ 12/26/2008 11:30:21 PM
RE: VFP Unicode Posted by mike castillo @ 12/27/2008 2:26:19 AM
RE: VFP Unicode Posted by Erik Gomez @ 12/27/2008 1:58:44 AM
RE: VFP Unicode Posted by mike castillo @ 12/27/2008 2:28:21 AM
RE: VFP Unicode Posted by Samir Ibrahim @ 12/27/2008 6:27:29 PM
RE: VFP Unicode Posted by mike castillo @ 12/28/2008 1:57:54 AM
RE: VFP Unicode Posted by Yousfi Benameur @ 12/28/2008 1:25:12 AM
RE: VFP Unicode Posted by mike castillo @ 12/28/2008 1:59:26 AM
RE: VFP Unicode Posted by mike castillo @ 12/29/2008 7:39:25 AM
RE: VFP Unicode Posted by Yousfi Benameur @ 12/30/2008 2:29:16 PM
RE: VFP Unicode Posted by mike castillo @ 12/30/2008 3:26:13 PM
RE: VFP Unicode Posted by khubaib khalid @ 4/26/2009 7:23:55 PM
RE: VFP Unicode Posted by Bernard Bout @ 7/3/2009 1:39:42 AM
RE: VFP Unicode Posted by mike castillo @ 7/3/2009 5:27:49 AM
RE: VFP Unicode Posted by Eric de Haan @ 7/2/2009 1:07:36 PM
RE: VFP Unicode Posted by mike castillo @ 7/2/2009 5:34:18 PM
RE: VFP Unicode Posted by Eric de Haan @ 7/3/2009 9:49:20 AM
RE: VFP Unicode Posted by mike castillo @ 7/3/2009 10:10:25 AM
RE: VFP Unicode Posted by Eric de Haan @ 7/3/2009 10:24:47 AM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/3/2009 2:20:20 AM
RE: VFP Unicode Posted by Eric de Haan @ 7/4/2009 10:08:04 AM
RE: VFP Unicode Posted by khubaib khalid @ 7/6/2009 1:28:41 PM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/6/2009 5:46:14 PM
RE: VFP Unicode Posted by khubaib khalid @ 7/7/2009 3:39:52 PM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/7/2009 4:22:24 PM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/7/2009 7:46:04 PM
RE: VFP Unicode Posted by khubaib khalid @ 7/8/2009 11:13:57 AM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/8/2009 3:21:36 PM
RE: VFP Unicode Posted by mike castillo @ 7/3/2009 4:07:55 AM
RE: VFP Unicode Posted by Bernard Bout @ 7/3/2009 5:08:33 AM
RE: VFP Unicode Posted by mike castillo @ 7/3/2009 5:45:27 AM
RE: VFP Unicode Posted by Bernard Bout @ 7/3/2009 11:25:18 AM
RE: VFP Unicode Posted by Yousfi Benameur @ 7/3/2009 11:01:23 AM
RE: VFP Unicode Posted by Bernard Bout @ 7/3/2009 2:43:46 PM
RE: VFP Unicode Posted by khubaib khalid @ 7/8/2009 6:17:33 PM
RE: VFP Unicode Posted by Christof Wollenhaupt @ 7/6/2009 1:43:48 PM
RE: VFP Unicode Posted by Cesar @ 7/7/2009 12:24:04 AM
RE: VFP Unicode Posted by Sam @ 12/18/2009 4:40:15 AM