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 an Excel and DHTML report that I need to be able add a column and capture button to for Notes. These Notes once entered the partner will be able to click on a "Capture" button. Behind the scenes the onClick event will process the items with either a row checkbox(checked) or data in the Notes column. The process will modify either a focus file or a SQL table. This modified table/file will be used in the next run of the report.
I have done this multiple years ago but forgot the javascript/jquery code that will create the input file for the modify section. Can someone help with this.
Thanks
This is now resolved.This message has been edited. Last edited by: David Sibert,
dksib DC Tech Services Inc WF 8.2.1M
Posts: 117 | Location: US | Registered: February 09, 2004
I had to write the inputs in HTML fields. The Note field as a input with a length of 20 and 4 lines max. I placed the hyper-link in the heading so that the partner can update one or many Note fields. One of the hidden field is the UserID. This Note field and other fields are at present stored in a Focus file. I have then joined this file to the report table so that it will be displayed on the report. Now I have 2 "Note" fields on the report. The first is what is currently on the focus file and the second is for any additional information. The Current Note is sorted by the top input timestamp then UserID.
dksib DC Tech Services Inc WF 8.2.1M
Posts: 117 | Location: US | Registered: February 09, 2004