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.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
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