setLogFile Method

setLogFile Method

This method create log file with name <tcLogFile>.  

 

Object.setLogFile(tcLogFile [, tlSilent])

Parameters

tcLogFile

 The name of the log file to create.

tlSilent

 Do not write header to log file.

Remarks

Applies To: XFRX#INIT, XFRX#DRAWXFRX#LISTENER, PDF#READER, oXFRX

XFRX version: 24.0 for oXFRX

Examples

LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) =m.loXFRX.setLogFile("c:\temp\my.log") m.lnErr=m.loXFRX.SetParams(,,,,.T.,,"XFF") IF m.lnErr=0 ENDIF