Anchor | ||||
---|---|---|---|---|
|
Version
XFRX 1922.01
SymptomsSymptoms
PDF output contains weird characters (Ø instead é)Some fields contains wrong value - numbers, dates or string contains multiple value.
Cause
- Text or label field use font Times, Symbol, Times, Helvetica or Courier.
If font is Times then XFRX identify such as PDF system font and text use "StandardEncoding" (Adobe standard Latin-text encoding. This encoding doesn't contains all characters from codepage windows-1252.
Workaround
Set font Times New Roman instead Times (and similarly for others).
- Used XFRX#LISTNER
- Some text field has source expression UDF. This UDF fill other variables which are used in a report.
Workaround
- Set value fo CallEvaluateContents:
Code Block |
---|
loSession=EVALUATE([XFRX("XFRX#LISTENER")])
loSession.CallEvaluateContents=2 |
- Add new variable in report, set "Initial value" to calls UDF and set variable name to expression of original text field.