Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

KB-20171118-03

Version

XFRX 15.4

Symptoms

Unreadable file for NATIVE_DOCX, NATIVE_FDOCX outputs after transformation from XFF file.

Sample Code

LOCAL m.loSession, m.loXFF, m.lnRetVal
m.loSession=EVALUATE([xfrx("XFRX#INIT")])
m.loXFF=EVALUATE([xfrx("XFRX#DRAW")])
m.loXFF.OpenDocument("output.xff")
m.lnRetVal = loSession.SetParams("output.docx",,,,.T.,,"NATIVE_DOCX")
IF m.lnRetVal=0
   =m.loSession.TransformReport(m.loXFF)
ELSE
   ?m.loSession.ErrorMessage(m.lnRetVal)
ENDIF
RELEASE m.loSession, m.loXFF, m.lnRetVal

Work arround

No work arround.

  • No labels