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.
hi, we are having html page which is having four list boxes that too cascaded to each other. The problem is when we are loading the page for the first time it is getting around 45 sec to load and at that time we are not able to get any other control other than the mouse which is moving but we are not able to click or open any other application. For ur information each list box contains 10 to 100 records. Please provide me a suggession for this problem
7.1.1 Windows XP HTML
Posts: 64 | Location: North Carolina | Registered: December 04, 2007
There are many posts on the forum that have discussed topic this to death and they contain many valid methods of overcoming the problem (ish).
The main problem is the amount of data that you are using to populate the list box(es) and if they are chained then you are going to multiply that by a factor for each chained item.
Think of ways you can reduce the amount of data or the size of the database that you have to query, and also use the search facility above right to trawl through previous forum posts.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
I need atleat 'Please Wait' message for the time of loading. i have searched and implemented all java script methods MY page but its not working. I Think its because of i am not able to get the control in my system for that 45sec retreving data form the database for the prompt. System is just paused.
FYI its first page in my project so i cant able to write Javascript for ONClick Event. i can do only on OnLoad event only.
If i missed out solution for this problem in the pervious forum post sorry for that. Please Direct me.
thanks krish
7.1.1 Windows XP HTML
Posts: 64 | Location: North Carolina | Registered: December 04, 2007