Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     populating a list box from a html launch after load

Read-Only Read-Only Topic
Go
Search
Notify
Tools
populating a list box from a html launch after load
 Login/Join
 
Member
posted
I have a html launch page that has 20+ list boxes on it and it is taking too long to load before the user can ever do anything. I’m trying to find a way to populate each list box only when needed. When one list box is clicked, I’d list to execute a focexec to populate the next one needed, but only when it is needed? Do you know of a way to do this? I can build the url required but I’m not sure how to execute it.
 
Posts: 13 | Location: Los Angeles, Ca | Registered: November 08, 2005Report This Post
Silver Member
posted Hide Post
You might want to look into chaining? This will populate one listbox based on a "chained" listbox's choice.

Hope this helps.


Thanks!


WebFOCUS 7.1.4
WIN XP/SP2
 
Posts: 37 | Location: Baltimore, MD, USA | Registered: September 06, 2006Report This Post
Platinum Member
posted Hide Post
Bob,

We have a number of launch pages that each have many comboboxes, each with multi-select allowed.
We've also found that when developed with the ususal IBI tools, background processes are run before painting the launch page that query the required tables to obtain the values to put into the launch page's combo/dropdownselect boxes. To populate some of our boxes required querying 1.5M row tables, and this, as you've found slows displaying the page.

Our solution involved a multi-step RCaster job run overnight that developes the content of all such boxes for our whole population of launch pages. For each select box the RCaster job produces a boxname.htm file that is included into the lauch page with "!IBI.FIL.boxname;".
This really speeds up the loading of the launch page (except for our one page that includeds a combobox with 12K rows!).

This solution is only valid for lists whose content need not be 'real time', but even that demand can be approximately satisfied by running the RCaster job more often than once a day; hourly perhaps.

If you're interested in this solution I can post the text of the overnight job, etc.


WIN/2K running WF 7.6.4
Development via DevStudio 7.6.4, MRE, TextEditor.
Data is Oracle, MS-SQL.
 
Posts: 154 | Location: NY | Registered: October 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     populating a list box from a html launch after load

Copyright © 1996-2020 Information Builders