Do any of you know why neterror() returns "OK" if I pull the ethernet 
cable out from my laptop (trying to create deliberate network errors - 
please tell me if you know of a better way!) Code as follows:

if (netDone(gProductLogicID) = true) and (netError(gProductLogicID) = 
"OK") then
--do something
else if (netDone(gProductLogicID) = true) and 
(NetError(gProductLogicID) <> "OK") then
--do something different
--this clause is never reached!!!
end if

Yours

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