Versions Compared

Key

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

Anchor
KB-20180829-01
KB-20180829-01
KB-20180829-01

Version

XFRX 18.1

Symptoms

XFRX show showed open dialog for table.

Cause

If is XFRX#INIT is used from private data session and objects in report has metadata for report listener.

Workarround

Code Block
LOCAL m.lnDS
m.lnDS=SET("DATASESSION")
SET DATASESSION TO 1 
* Prepare all data for report
* Run XFRX
SET DATASESSION TO (m.lnDS)