NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: bwhisler on April 29, 2010, 10:11:27 AM
-
OK, first off I know this is not Nettalk issue but rather an aggressive Clarion file manager. However I'm hoping that some could give a tip to work around the problem.
When using the "Web Logging" to a disk file and the program is compiled with debug on, a File Manager Assert is given that an incorrect file close is being done when a new log file is first created. I know that the user can say "Don't GPF" and the program will continue but I would like to not have my testers having to deal with that.
Any magic suggestions on beating this minor issue. By the way, the same that happens with Example # 26.
Thanks in advance!
-
Barton,
edit the abfile.clw file, and remove the offending Assert by commenting out that line.
Cheers
Bruce
-
Ok, I was hoping that was some other magic trick since I don't like change others source code. Of course in the case of Clarion 6.3, that should not matter since I don't think we will be seeing any new updates for that<bg>.
-
agreed.