> > Hi Guys,
> >
> > I need your input on this, I have already achieved to display Unicodes on Form (Save & Retrieve). But how about the report FRX, any advice is greatly appreciated.
> >
> >

> >
> >
> > Thanks.
> >
> > Kind regards,
> > Mike
>
> Mike
> there is another best solution with oleboundcontrol.Word or excel are unicode and can be embed like general fields in a table .The general field can embed in a report (or a form) as oleboundcontrol.
> then the datas can be prepared in word or excel,create a table ytest.dbf with general field : unicode G
>
>
> use ytest
> appe blan
> appe general unicode from c:\test.doc
> appe blan
> appe general unicode from c:\test.xls
>
> create a report and add an oleboundcontrol with field name: unicode
> and preview the report.
> This is a photo with excel
>

Thanks again Yousfi, I will give it a try.