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 am using 5 linked chain list boxes in my HTML page. Each list box gets the value from same master file.
There are huge volume of records present in my master file, so it takes time to filter and populate the records in list box.
For Eg: If I select one value from "Listbox1", the corresponding values in "Listbox2" takes 1 to 2 mins to load. During the time of record loading I need some wait or spinner like image to display.
Please help me where I can place the appropriate javascript in HTML page?
Thanks in advance.
Thanks, Kumaravel.MThis message has been edited. Last edited by: Kerry,
I would consider any loadtime over 10 seconds to be unacceptable. Even 10 seconds is a very long time... Try to have the values for the listboxes ready in a separate (set of) database(s). That would speed up the load time and you would not need a please wait message... BTW: there are enough posts in this forum that tell you how to put up a please wait message.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
There are huge volume of records present in my master file
Then reduce what data your combo boxes need to traverse.
Try just extracting the unique combinations of values from your data into a separate file (as per GamP)
TABLE FILE somefile BY combobox1value BY combobox2value BY combobox3value BY combobox4value BY combobox5value ON TABLE SET HOLDLIST PRINTONLY ON TABLE HOLD AS COMBODAT FORMAT XFOCUS INDEX etc. etc. END
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