Versions Compared

Key

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

Enable Custom Hyperlinks for all outputs. 

Code Block
Object.lIncludeCustomHyperlinks=boolean

Remarks

XFRX version: 18.2
Applies To: XFRX#INIT, oXFRX

Default value is .F. - custom hyperlinks are enabled in XFRX Preview only.

Examples

Code Block
m.loXFRX = EVALUATE([xfrx("XFRX#INIT")])

m.loXFRX.lIncludeCustomHyperlinks=.T.
* or
m.loXFRX.SetOtherParams("IncludeCustomHyperlinks",.T.)

RELE m.loXFRX