As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
I opened, made some minor changes and saved a WF v7.6.8 Composer-designed html form in WF v7.7.02 Composer. Now when I run the form, I get JavaScript errors and the form does not get displayed.
Errors:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Tue, 27 Sep 2011 19:28:05 UTC
Message: '0' is null or not an object
Line: 570
Char: 11
Code: 0
URI: http://my-server:8080/ibi_html...s/rltcalendarInit.js
and
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Tue, 27 Sep 2011 19:30:08 UTC
Message: '0' is null or not an object
Line: 570
Char: 11
Code: 0
URI: http://my-server:8080/ibi_html...s/rltcalendarInit.js
Message: 'null' is null or not an object
Line: 9103
Char: 4
Code: 0
URI: http://francism-pc:8080/ibi_ht...i/html/js/ibirls3.js
I suppose I can delete the calendar controls and re-add them, but that doesn't guarantee solving the problem.This message has been edited. Last edited by: <Kathryn Henning>,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
It's possible that opening them in the 7.7 HTML Composer and saving them suffices.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Hi Francis, I am getting this too after copying code generated by 7.6 composer to 7.7 and tweaking. Even without tweaks it still triggers an error. I am therfore wondering whether removing and re-adding the calendar controls did the trick ? Regards, Ian
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005
I discovered that the error message 'Message: '0' is null or not an object' pointed me to a line in my code that said 'list[0].selected=true;'
Took a punt and removed it as it was in a function and I couldn't really see what it did - generated by HTML Composer. My code then worked fine. The calendar stuff was a red herring as it followed this error. So once the error was removed the calendar issues disappeared.
Cheers, Ian
_______________________ *** WebFOCUS 8.1.05M ***
Posts: 196 | Location: London, UK | Registered: December 06, 2005