Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
KB-20220217-01
KB-20220217-01
KB-20220217-01

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)