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 trying to pass a selected value, in a select list element, from an html page to a procedure. When I press the submit button the element's selected value does not pass through as an amper variable. I have given the element a name and a unique identifier. After reading forum post people are saying that all I need to do is place the element on page and it will be passed through when the page is submitted. Any ideas how to make this work?
DanielThis message has been edited. Last edited by: <Kathryn Henning>,
In Focus since 2012 WebFOCUS 8.0.07 Windows, All Outputs
There are two other possibilities (if you created your own HTML as opposed to using Dev Studio/HTML composer).
It depends on how you are calling your FOCEXEC from your HTML: If you are using
<form action="/ibi_apps/WFServlet"> </form>
syntax, then you need to make sure that your Submit button and select list element are both with the form /form block. If however your submit button calls javascript which then runs your FOCEXEC, you will need to pass the variable through on the "hrefr" string that calls the FOCEXEC.
WebFOCUS 8.2.06 mostly Windows Server
Posts: 195 | Location: Johannesburg, South Africa | Registered: September 13, 2008