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.
Hi Harshitha, The requirement can be achieved using WebFOCUS Maintain. For initial understanding go through the WebFOCUS Maintain topic in Developer studio help file,this will be helpful.
From the report you can create a drill down on any column. From that you would launch a Maintain application that would display the selected record and allow you to input / update data depending on your needs. You can then save it back to the database. You can use the Update Assist Maintain tool to easily build the form based on the fields in your Master File.
Please note that Maintain does require an additional license.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
Using HTML Forms you can create elements like text box, list box and submit/reset button. Then hyperlink the submit button to the fex file, in which you can either call a stored procedure to update DB2 table or you can create UPDATE statements directly in fex file itself.
What I did is, created a launch page and when the user clicks the ID field, launch page is going to show up(added htm in fex file), when user enters a value and hits submit to fex file which has update sql code.
But I want to show more details in Launch page so that users don't get confused like pass the values from drill down to launch page...my fex that runs to show launch page just has the htm link...
Please advice how to pass parameters to launch page when they click particular record.