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.
Is there a way for a launch page to receive a value returned by a FEX procedure that is executed by a hyperlink on a button, and place that value it in an input control on that launch page?
Details.... The FEX is running a SQL Server Stored Procedure via the .MAS file and one of the parameters is an INPUT OUTPUT and the stored proc will update the value returned. The field in question is a parameter in the FEX, so I have to assign it a value on the PARAMETERS tab in DevStudio. I tried joining that parameter field to an input control field, but DevStudio does not like that.This message has been edited. Last edited by: Scott W.,
WebFOCUS 7.6.9 Windows Server 2003
Posts: 23 | Location: Nashville | Registered: April 10, 2009
For testing, I have the RETURN STATUS return the value I am needing, into an iFrame - this is how I am able to see it working. Accessing that value in that iFrame from the parent HTML page is where I draw a blank.
I will read over the link you posted, give it a try, and update this thread. Thanks, Waz.
WebFOCUS 7.6.9 Windows Server 2003
Posts: 23 | Location: Nashville | Registered: April 10, 2009