NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on June 22, 2017, 11:39:13 AM
-
Pseudo code
p_web.OpenFile(MyFileLabel) returns 0 as expected
But immediately following
STATUS(MyFileLabel) also returns 0 (file closed)
I only checked the status because I was getting File Not Open errors. Everything is on the same thread.
Easy to work around, but it might indicate a larger issue.
Thanks.
-
>> but it might indicate a larger issue.
I would suggest it definitely suggests a larger issue.
Perhaps try doing an OPEN there (as a test, not permanent code) to see if you get an error.
Open(MyfileLabel,42h)
p_web.Trace('xxx Error after open is ...' & errorcode() & ' ' & error())
Cheers
Bruce