Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to do with double byte characters.

|
Why is Crystal report showing spaces in front of accented characters? Can we correct this by any mean? I can't be removed by editing the label as it shows no accent. I suspect that it has something to do with double byte characters.
| ||||
|
feedback
|
|
You must change the Language property of the parent form of your CrystalReportViewer to the language you need to support (in my case, I changed it to "French (Canada)". Visual Studio will create a language ressource file (DLL). Don't forget to distribute this file with your executable. | |||
feedback
|