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'm using dev studio version 7.1. I have an HTML Launch page that calls a .fex file. I'm passing a parameter to the html file and hoping to display the values of field that the parameter looks in in a dropdown box. I have set the properties of the dropdown box as dynamic and specified the datasource and the value field and the display field, but I get nothing when I run the html page.No list is populated for me.
Appreciate any help
WebFocus 7.1 Developer Studio
Posts: 35 | Location: Tallahassee,Florida | Registered: March 16, 2007
Assuming your population of the selection as dynamic in the original FEX, do you see in the parameters list in the HTML tool the same information? Also, when you say dynamic, I've not seen it allow you to set display values. If a fex is building the parameter list for the html page be sure the output of it is XML. By that I mean the fex is only generating the parameter list not any report.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
In my html page, I'm using "dynamic" for the Control Values of the combobox that's supposed to populate the field for the parameter in .fex file and I'm using the master file that's used for the .fex file as the as the datasource for the combobox field. The is what my html code looks like:
It did work for us. I checked the contents within my in my htm file, and we do have an attribut ibiformat="A10", which you don't have. I am not sure this will cause issue or not. The other staff seems to be fine.
Is your data file in the target folder or in the different path? You may try to get data for the combobox from focexec dynamically (Note: format xml) to it will work for you. It does work for us too.
Posts: 118 | Location: Omaha, NE | Registered: June 12, 2003
We also use hold files (pchold format xml) to dynamically populate list boxes in html forms created with HTML Layout Painter. We noticed last week that all though the list boxes populate perfectly in IE, they do not populate in Firefox. I've opened a case with IBI and they are researching it. We are running 7.1.3 on LINUX w/ Solaris 5.9, Apache Tomcat.
Thank you everybody for your help. Lusheng, My Focexc and my html files are in the same folder, and I did try to populate the dropdown box using the focexc and it didn't work either. I opened a case and ibi folks are researching it.
WebFocus 7.1 Developer Studio
Posts: 35 | Location: Tallahassee,Florida | Registered: March 16, 2007