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

Version 1 Current »

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

Object.SetReportCache(tlUseReportCache [, tlAlwaysOpenCloseCursors])

Parameters

tlUseReportCache

Set the flag whether XFRX will cache report meta data.

tlAlwaysOpenCloseCursors

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

Remarks

Applies To: oXFRX

XFRX version: 24.1

Examples

loSession= EVALUATE([xfrx("XFRX#INIT")])
_Screen.oXFRX.SetReportCache(.T., .T.)
  • No labels