Report not Exporting accented characters
-
- Posts: 55
- Joined: Tue Oct 10, 2017 12:44 pm
Report not Exporting accented characters
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
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.
Chris Strasser
Liveware Publishing, Inc.
Work bigger.
Liveware Publishing, Inc.
Work bigger.
-
- Posts: 22
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Report not Exporting accented characters
>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.-__