Okay,
I understand you are not being vague on purpose but, it is real tough to
know what to look for when we have no idea what the error is... There are
some properties in your .ini file that you can turn out that will provide a
more verbose error message. Try setting:
DisplayFullLingoErrorText=1...
Well you have a couple of things in there that could have something to do
with it...
There are to calls to movieScripts:
courseList
showCourses
Your error code be happening in there...
HTH,
-- Clint
At 12:05 PM 5/2/01 -0500, you wrote:
>Sorry to be so vague, but I can't be too much more specific than saying I
>get an alert box saying Script error
>Do you want to continue?
>Yes or No
>
>I think the error is happening on the exitframe because I click yes over
>and over and it never continues.
>
>property netID
>on beginSprite me
>netID = VOID
>if netID = VOID then
>netID = postNetText("http://www.touchwood.net/sharon/courses.asp",[])
>end if
>end
>on exitFrame me
>if netID <> VOID then
>if netDone(netID) then
>if netError(netID) = "OK" then
>testme = netTextResult(netID)
>set the text of field "result" = testme
>courseList
>showCourses
>netID = VOID
>else
>member("netError").text = netError(netID)
>go to "notActive"
>netID = VOID
>end if
>end if
>end if
>end
>
>
>Sharon Moeller
>
>
>Tracking #: 4C2B77B20AEC5E4B8C9C43C0B795C33FD1868C0B
>
>[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!]
[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!]