Would any of you know why when using netError() to check the status of a 
network operation. It returns "OK" even if I would the ethernet cable 
out from the back of my computer. Code along the lines of:

if (netDone(gProductLogicID) = true) and (NetError(gProductLogicID) = 
"OK") then
--do lots of stuff
else if (netDone(gProductLogicID) = true) and 
(NetError(gProductLogicID) <> "OK") then
--do other stuff
end if

Pete

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to