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, I have a requirement in maintain where I have a Read/Write grid. In grid I want my first column to be radio buttons associated with all the records.When user select a radio button and click on SAVE button the row will be updated in database table. How to handle this scenario in maintain? Please suggest.
Hi, I am using below piece of code for radio buttons in one column of HTMLTable now. Here,MailTempStk is the stack which holds data and AddTemplate is the form.
On HTMLTable Click event I call function SaveTemplate
Case SaveTemplate
row/i4 = AddTemplate.HTMLTable1.ClickRow;
col/i4 = AddTemplate.HTMLTable1.ClickColumn;
type row;
type col;
EndCase
The problem is that everytime I click on radio button it displays me correct row and col values but the page get refreshed and the selected radio button get deselected. I want to retain selected radio button until the user click on SAVE button to update the record in datasource.What can be the possible reason for this? Please suggest.
The values in any constructs in both the grid and the HTMLTable will reset with the form refreshes.
What I am recommending is that you use JavaScript. When the user makes a selection, use Javascript code to populate another column in the grid that you can then retrieve when you want to process all of the data on the grid. I do not currently have an example of how to code this.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003