NewViewerSession Property

Specify if Word and HTML documents will be open in a new Word / Web browser instance.


Object.NewViewerSession=boolean

Return Value

Boolean
Specify if Word and HTML documents will be open in a new Word / Web browser instance. If this property is set to .F.  then Word and HTML documents will be open in the current instance of the application. Default vaue is .F.

Remarks

Applies To: XFRX#LISTENER

Examples

m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")])
m.loXFRX.NewViewerSession=.T.
RELE m.loXFRX