SetReportCache Method
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.)