Jan 12, 2004 #1 kenndot Programmer May 15, 2001 316 US i turned this on but i can't seem to figure out where the log is.... can anyone help me here?
Jan 12, 2004 #2 DSummZZZ Programmer Oct 24, 2000 4,250 US Look for a file with a .ERR extension. -Dave S.- Even more Fox stuff at: http://www.davesummers.net/foxprolinks.htm Upvote 0 Downvote
Look for a file with a .ERR extension. -Dave S.- Even more Fox stuff at: http://www.davesummers.net/foxprolinks.htm
Jan 12, 2004 #3 rgbean Programmer Nov 9, 2000 5,707 US The .ERR file will always be the same root name as the .PRG or .EXE you are compiling (building). So if you compile MyTest.PRG, and it gets errors, do: MODIFY FILE MyTest.ERR to see the syntax errors. Rick Upvote 0 Downvote
The .ERR file will always be the same root name as the .PRG or .EXE you are compiling (building). So if you compile MyTest.PRG, and it gets errors, do: MODIFY FILE MyTest.ERR to see the syntax errors. Rick