> >
> > **************************************************
> > **************************************************
> >
> > If I added these lines of code at the bottom
> >
> > SELECT Chars
> > thisform.text1.Value = Chars.CharVal
> >
> > If populated the original symbol (not the foxfont's one). I need to make it displayed on the textbox and the user can words into the textbox also. After he or she gets done, the user can click the "Add" button to add into the table. This is the whole process I've been trying to do. Thanks.
> >
> > Tai Nguyen.
>
>
> Yes its possible with a textbox but putting the textbox fontname to FOXFONT.
> in textbox.init
>
> this.fontname="Foxfont"
> this.value=chr(243)
>
>
> Dont rate please.its only for the pleasure to help.Give me only a feed back.
> Yousfi Benameur
**************************************************************************************
**************************************************************************************
Yeap, it was possible to put to FOXFONT on the textbox. I bind this text box to a field in a table. It writes to a table with a different symbol instead and I was trying to change the font to FOXFONT for the table too but didn't work. How do you change to FOXFONT on the report also? Thanks.
Tai Nguyen.