Page 1 of 1

Printing accented chars from memo

Posted: Wed Apr 03, 2002 5:07 pm
by DCSykes
I^m developing a report to be printed in Spanish. I^m having problems with accented characters (for example, alt-0243 in Arial produces the accented lower case o). If I enter it as text on the report, it prints OK. If the accented letter is in a memo field, it will not print correctly. For instance, the accented o prints as the = sign. I^ve checked that the memo is printing with the same font. It _will_ print from the memo field correctly using the Visual FoxPro report writer, or by copy and paste into a Word document using the Arial font. ____What^s the secret to getting it to print from a memo field with R&R?____Thanks,__Dennis Sykes

=> Printing accented chars from memo

Posted: Wed Apr 03, 2002 8:24 pm
by kfleming
Try setting__DBCHARS=ANSI __in the RRW.SRT text file that is in the R&R program directory.____Kathleen__R&R Support

==> RE: Printing accented chars

Posted: Thu Apr 18, 2002 1:38 pm
by plvoav
>Try setting __>DBCHARS=ANSI __>in the RRW.SRT text file that is in the R&R program __>directory. __>__>Kathleen __>R&R Support ____Thanks - worked like a charm!____Dennis