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 have searched forum but I have not yet found answer that I need. In short what I would like to do is the following:
1) I use Dev Studio to create an HTML form that someone will call (I know how to do this part) 2) When they call my HTML they will also have populated one or more POST variables 3) I would like to have my HTML form then call a FOCEXEC (I have done this using Dev Studio) 4) I would like the FOCEXEC to be able to determine the value of the POST variables and output them
Question part 1: How do I get the value of the POST variables into FOCEXEC if I know ahead of time what the POST variable names are?
Question part 2: How do I get the value of the POST variables into FOCEXEC when I do not know ahead of time how many and the names of the POST variables?
Thank you for any and all assistance!This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6 Linux Apache Tomcat Excel, CSV, HTML, PDF
Posts: 3 | Location: Nashville, TN, USA | Registered: February 17, 2011
Yes, now that you mention that, I remember another post I found but I did not understand it at first. Now that you have mentioned this, I see where they are doing just that. I will try to call my HTML with a POST variable, and see if it automatically is available as the same-named ampersand variable in the focexec. I will also plan on using that technique of a known variable passing the number and names of other POST variables. Thank you!
WebFOCUS 7.6 Linux Apache Tomcat Excel, CSV, HTML, PDF
Posts: 3 | Location: Nashville, TN, USA | Registered: February 17, 2011