lIncludeCustomHyperlinks Property
Enable Custom Hyperlinks for all outputs.
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
m.loXFRX = EVALUATE([xfrx("XFRX#INIT")]) m.loXFRX.lIncludeCustomHyperlinks=.T. * or m.loXFRX.SetOtherParams("IncludeCustomHyperlinks",.T.) RELE m.loXFRX