This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Form w/JS methods stopped working??

aaasam - Thursday, December 22, 2011 4:49 PM:

I have a basic form that brings in 5 JS/Methods which query an item-type (tables) to obtain the data needed to dynamically build Google chart API's for drawing back to the form.

As of yesterday, 12/21/11, everything was working.

As of today, 12/22/11 @ 10:00am, the form stopped executing the methods.   I can load the JS/methods into the editor and successfully perform the Actions >> Run Javascript Method option without any problem.  But the form and its 5 forms, all being invoked with an onLoad event no longer works?

I did manage to "capture" an error coming back from IE v8.x, that follows:

JavaScript Method Failed, aras_object "-2146232828": "Exception has been thrown by the target of an invocation."  Client Side Error???  I believe this is occurring in my try { } catch(e) { } block after I output the url to an IE window with a writeln in the catch (e) { } block.

Here is the error I trapped:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Thu, 22 Dec 2011 19:38:14 UTC


Message: 'top.aras' is null or not an object
Line: 429
Char: 5
Code: 0
URI: aipcarast01.aipc.com/.../mainTree.html

I have cleaned my cache, cleaned the