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.
Have anybody seen such situation when context is not coming filled into some listboxes (in IE)? Chrome just getting hold with "loading" picture.
I have about 10 list boxes. Each is filled by embedded procedure from own masterfile.
as example
TABLE FILE r_menu_exp_por SUM FST.PTFLO_NUM BY PTFLO_ID // TODO: Add your filters here to replace defaults ON TABLE PCHOLD FORMAT XML END
it is very often, when 2 (last defined) listboxes are not filled (empty). If I will do refresh few times then sometimes I am able to see values in these list boxes. In such cases "loaders picture" is dissapearing faster. But then when I press refresh, again, in most of cases these 2 listboxes are coming not filled.
I have tried to find a problem it looks that all is fine, if I will add some limit into procedure, i.e.
WHERE ID LT 10
But this is not a solution for me. in fact source for listbox file is not big, just 202 short records with about 50 of unique names
How to solve my problem?
Thank yo for your advise
P>S> EDITED AND ADDED. Could it be problem related to national characters? I have a, č, š, ż, ł etc in my db and I have founded that limitation does not help, if there is national characters in source to fill listbox.This message has been edited. Last edited by: <Kathryn Henning>,
I see, that problem exist for fields where national characters must be displayed (ą, ł, ó, ž etc)
If I press Chrome debugging tools, it is showing that problem is in ibrls3.js at line 58. If I go to debug it is showing that "invalid or illegals string is specified" xmlhttp.onreadystatechange
What is making a problem?This message has been edited. Last edited by: Piter,