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 created a HTML page and user has to choose certain option. Based on it a fex file has to be opened and values should be retrieved based on values selected on HTML page. Could anyone help me in passing parameters from HTML to fex file?
Thanks
WebFocus 7.1.4, Windows Server 2005 , HTML/EXL/PDF
When you create the field on the HTML screen you give it a name. That becomes an amphere variable in the program. ie name=FIELD1 in HTML becomes &FIELD1 in the program. The value for &FIELD1 is whatever is selected from a drop down list or entered in a text box (check box, radio button, etc). Unless you are doing a report with dynamic column names, give your fields meaningful names and use the same names consistently in your programming it will make maintenance much easier.
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
Please add your configuration to your signature in your profile.
The easiest way to do what you ask is to use (depending on your release) the Resource Layout Painter or the HTML Layout Painter to generate your launch page after you create and test your focexec with the amper variable as Pat has so well described above.