Unicode Problem
Hello
I am using Report Builder 11.06 and Delphi 2009 and all the reports are
stored in Sql Anywhere Database V10.
I have the following problem. The information of one field is this "Ra?l
L?pez" with spanish accent. I can see this perfect with font Tahoma in the
database, but When I try to print out a report the information for this
field is the following : RaAol LA?pez
How is that possible?. Any clue to solve this?
Regards
Jesus Mendez
email : jesus.mendez@resilux.com
I am using Report Builder 11.06 and Delphi 2009 and all the reports are
stored in Sql Anywhere Database V10.
I have the following problem. The information of one field is this "Ra?l
L?pez" with spanish accent. I can see this perfect with font Tahoma in the
database, but When I try to print out a report the information for this
field is the following : RaAol LA?pez
How is that possible?. Any clue to solve this?
Regards
Jesus Mendez
email : jesus.mendez@resilux.com
This discussion has been closed.
Comments
If you place a DBText on a form, does that display correctly?
Are you using a Font that supports Unicode?
What type of data access are you using? BDE, ADO, soemthing else?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
If a place a TDBText in a form I can see the content of field correctly. I
am using Tahoma font which supports unicode. The conection I am using if
NativeDB Component to SQL Anywhere.10.
What is more. If I create a new report and place on it a TppDBText, I can
see the content of field fine, but with the old reports not. Why? How can I
solve this issue?
Best Regards
Perhaps for the old reports you need to recreate the query or table objects
so that they can refresh the field info? I don't know just trying to guess
what might cause the difference.
There are no known issues with RB such as you are describing.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
new one with the same properties and works fine. It is waste of time doing
so, but at least works.
Thanks anyway.
Best Regards