Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Passing parameters dynamically in WF 7.1.4

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Passing parameters dynamically in WF 7.1.4
 Login/Join
 
Platinum Member
posted
Query: How to populate the frame with in the html page when the value is selected in the drop down list(i.e on changing the option in the drop down list) ?

In Detail:

I have created one drop down list using the html layout painter and I have populated the data dynamically . My issue is when ever I change the value in the dropdown list I have to generate the report with in the frame which is in the same html page. I am not able to pass the parameters from the drop down list to the procedure which will take this parameter as the condition and populate the report in the frame. I have attached a screen shot .
FYI I have tried using the 'onchange' function in javascript using the html layout painter. However, I was not able to pass the required parameters to the procedure being called, using this function.
Please suggest a workaround for this problem. Let me know if you need any further information about this issues.

Regards
Syed


Using WF 7.1.7/Dev Studio
 
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005Report This Post
Expert
posted Hide Post
Syed,

When you say a frame do you mean an Iframe? If so then just realign the src for the iframe to the required fex with your parameters.

Say for instance your Iframe's Id is "iframe1" and your combo box has Id="select1" and name="fexparm" then just -

<script .......>
  this.displayElement = getElementById("iframe1");
  this.comboElement = getElementById("select1");
  this.displayElement.src = "\ibi_apps\WFServlet?IBIAPP_app=.....&IBIF_ex=.......&fexparm="+this.comboElement.value;
etc....
</script>


T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Hi Tony
Thanks for the help. The method suggested by you worked and I am able to use the 'On Change' option.

Regards
Syed


Using WF 7.1.7/Dev Studio
 
Posts: 189 | Location: Boston, MA | Registered: July 12, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Passing parameters dynamically in WF 7.1.4

Copyright © 1996-2020 Information Builders