If I Compile and run this program with last version of Fivewin
I find error.log in current folder and not c:\marco.log
what's wrong?
Bye
- Code: Select all Expand view RUN
- #include "fivewin.ch"
FUNCTION MAIN()
LOCAL cDbf := "marco->codice"
SetErrorFileName( "c:\marco.log" )
? &(cDbf)
RETURN NIL