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-20231031-01

Version

Before XFRX 23.0

Symptoms 

Output contains only last record from many records.

Cause

  • Used XFRX#INIT.
  • Filled a parametr tcScopeClause or tcWhileClause of ProcessReport() method.
  • Some Expression or "Print when exprresion" use _PAGETOTAL variable.

Using  _PAGETOTAL cause two pass processing. First processing move record pointer to last record. Second processing process only last record, because scope clause or  while clause are filled.

Workaround

Use SET FILTER TO or SET KEY TO command and don't fill a parametr tcScopeClause and tcWhileClause.

  • No labels