Versions Compared

Key

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

Set the flag whether XFRX will cache report meta data at using XFRX#INIT.

...

Set the flag whether XFRX will open and close data for call a report.

Remarks

Applies To: oXFRX

XFRX version: 2425.10

Examples

Code Block
loSession= EVALUATE([xfrx("XFRX#INIT")])
_Screen.oXFRX.SetReportCache(.T., .T.)

...