| Anchor | ||||
|---|---|---|---|---|
|
Version
XFRX 19.2
Symptoms
Some words are splitted split to two lines (last character is on next line) in XFRX Preview only.
Cause
XFRX#LISTENER with targetType XFF is used without calls SetParams() method.
Workaround
Set _xfrx_WordWrapAlgorithm before calling PreviewXFF() method:
| Code Block |
|---|
m.oPreview = NEWOBJECT("frmMPPreviewer")
PUBLIC m._xfrx_WordWrapAlgorithm
m._xfrx_WordWrapAlgorithm = 2
m.oPreview.PreviewXFF(loxff,m.tcReportName) |