Page 1 of 1

Report not Exporting accented characters

Posted: Mon Jul 23, 2012 11:00 pm
by Gerard_(Guest)
When I export a CSV file, any accented acharacters are being exported without the accents__e.g. á is being exported as an a____If I create a CSV file from the application itself (Foxpro) , the accented characters do appear in the CSV file____How do I get the accented characters to be utput from R&R__

=> RE: Report not Exporting accented characters

Posted: Tue Aug 21, 2012 3:10 pm
by cstrasser
Try creating a file in your R&R programs folder called RRW.SRT (or edit it if it^s already there). Add a line that reads:____DBCHARS = ANSI____and save it.

==> RE: Report not Exporting accented characters

Posted: Wed Aug 22, 2012 9:21 am
by Top_Dev_User
>Try creating a file in your R&R programs folder called __>RRW.SRT ____For UAC compliance, the RRW.SRT file should be located under C:ProgramDataSomeDirRRW.SRT.____Any file that gets updated should be somewhere OTHER than in the program folder or else UAC could trigger a request for Admin Level access.____-O. D. W.-__