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 flag of uses global or local cache.

Object.SetGlobalCache(tuVal)

Parameters

tuVal

Specify if  XFRX use global cache (cached data will be store on oXFRX) or local cache (cached data will be store on XFRX#INIT, PDFL#INIT).

Remarks

Applies To: oXFRX

XFRX version: 24.1

Examples

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