Versions Compared

Key

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

Set flag of uses global or local cache.

Code Block
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).

Note

Don't forgot calls SetGlobalCache() method before SetParams() method.

Remarks

Applies To: oXFRX

XFRX version: 24.1

Examples

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

...