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 am probably pushing my luck but is there a straightforward way to lay out a form for user input and add/update a sql table.
We report out metrics monthly by dept. I was thinking the sql table key might be MetricId, Dept and Period with a Comment collected. Of course then security becomes an issue but I was curious if there was a simple way to set up something basic.
If so I'll play around in the CAR world first.This message has been edited. Last edited by: FP Mod Chuck,
It is possible, I wish I had a code sample for you. MODIFY is documented on the Technical Content folder on techsupport. Choose FOCUS (Not WebFOCUS) and drill down on the release and you will see a manual called Maintaining Databases and a chapter Modifying Data Sources with MODIFY
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
MODIFY is a language developed for green screen transaction processing. There are no forms associated with MODIFY in the browser based world. I've seen simple forms created using a heavily parameterized MODIFY code and WebFOCUS's Composer, where you embed the MODIFY code inside an App Studio generated Composer and prompt for the variables using an HTML document, capture the values entered and pass them to the MODIFY code to process. In reality, that's not something IB supports. MODIFY code you found is more of a Bulk Load feature that doesn't provide forms. I've seen situations where an app collects the data using a different form or maybe even Excel and passes the data to MODIFY FIXFORM to upload. The alternative to that is for you to develop a stored procedure that collects the data, create a WebFOCUS synonym for that sp and create a pass thru mechanism to send values to the sp using a Composer HTML.
All of the above require coding, deep knowledge of transaction processing rules, integration into security and account for scalability. Which brings us back to the MAINTAIN feature that does all of the above and even gives you an automatic form generation for INSERT/UPDATE/DELETE using something called Update Assist. The feature isn't that expensive and you'll find it's a damn sight cheaper than the labor involved in doing all the coding in the long run.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
thanks...how does MAINTAIN work...we would be looking for something where we could set up a simple form that add/ updates a SQl table...does MAINTAIN fill that need?
Perhaps I should email our rep.
The issue here is there are factions that do not believe we need any BI tools...though none of their SAP products seem to fill the bill...
Maintain is the way as you do develop forms for data entry which can include dropdowns etc and update SQL database's as long as the ID you are using on the database connection has those permissions
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Robert In 8.0 Maintain applications are created using an easy development environment. It is very simple to create a form to update, include and delete data to / from an SQL table. Please send me an email and I will happily set up a demo and send you some information about the product.
Thanks Mark Derwin Mark_Derwin@ibi.com
Posts: 663 | Location: New York | Registered: May 08, 2003