Versions Compared

Key

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

Anchor
KB-20190220-02
KB-20190220-02
KB-20190220-02

Version

18.2.0

Cause

Missing constant definiton in xfrx.h.

Workaround

XFRX with source code

Add next row to xfrx.h and recompile xfrx.prg

Code Block
#DEFINE XFRX_FORMATCOL_CP        14 && Field Codepage 


XFRX without source code

Create public variable  XFRX_FORMATCOL_CP

Code Block
PUBLIC XFRX_FORMATCOL_CP 
XFRX_FORMATCOL_CP =14
XFRX_CopyToXLSX(...)