ok, so i read irvs' chapter and it seemed allright to me so i've had a go at it this morning and while it appears to be working in director its not updating the database. i copied irvs' net manager code into a parent script , initiated the global object on preparemovie and attached my code with a call to the net manager to my button sprite, i amended the mnetEvent handler to build a list of the error codes like so
on mNetEvent me, sText, errorCode if errorCode <> 0 then gerrorlist.append(errorCode) else beep end if end i can see in the object inspector that the net manager object is there and stepping through the list of calls sent to it but it returns an error of 1 for every call. i can not see in the lingo help what a network error of 1 is equal to but i get this every time with irv's netmanager. i switched back to me previous code which posts to exactly the same url and it updated about 85% of my data so i'm confident that asp inserts into the database ok. I tried doing a single call rather than repeat through my 982 item list but this also did not work and returned an error code of 1. so anybody know what the error code of 1 is equal to and why i always get it now ? cheers Lee Blinco Multimedia Developer AVR Productions +44 (0)1462 819603 [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
