Saving reports & Croatian characters problem
I'm using 3.19 version
I'm saving reports in Oracle database, but there is problem.
If I use Memo component, and try to write text that contains certain Croatian characters, after loading report from database, Memo content (on preview and on paper) is empty.
But if i try to use Croatian characters from script, i.e. if I'm loading Memo with something like meMemo.Text := 'funny croatian chars", everything works fine.
Also, if i use DataField with database values that contain Croatian chars, they are printed correctly. Seems like problem occurs ONLY when text is typed directly into Memo component, and FR probably have problems with writing or reading.
Also, interesting is that problem occurs only with two (ć & đ if you can see them ) Croatian-specific chars, while with other 3 works fine.
Please help
I'm saving reports in Oracle database, but there is problem.
If I use Memo component, and try to write text that contains certain Croatian characters, after loading report from database, Memo content (on preview and on paper) is empty.
But if i try to use Croatian characters from script, i.e. if I'm loading Memo with something like meMemo.Text := 'funny croatian chars", everything works fine.
Also, if i use DataField with database values that contain Croatian chars, they are printed correctly. Seems like problem occurs ONLY when text is typed directly into Memo component, and FR probably have problems with writing or reading.
Also, interesting is that problem occurs only with two (ć & đ if you can see them ) Croatian-specific chars, while with other 3 works fine.
Please help
Comments