Specify if Word and HTML documents will be open in a new Word / Web browser instance.
...
Specify if Word and HTML documents will be open in a new Word / Web browser instance - see to NewViewerSession property or parametr tlNewSession of SetParams() method.
Remarks
Applies To: oXFRX
XFRX version: 23.0
Examples
Code Block |
---|
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetNewViewerSession(.T.) |
...