> >
> > 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