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 basic form to add a record. It has minimal amount of code where all I have done is add a stackand an "Add" button. When I add information to the form and add the record. Only the text information gets added. The date information does not. I have changed the edit object to a calendar object and select the dates via that object. I have not add a clear stack command so all the information should stay on the form after I have issued the add command. I notice that the date information is cleared. Is ther another property I need to select to lock in the date information to the object so that it will update the record? The table is a DB@ table.This message has been edited. Last edited by: <Kathryn Henning>,
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011
Jay If the format of the date in the database is the same as the format of the date on the form, there should be no problem. Please check if the field has MISSING ON. If it does, as a test, remove that parameter and see if that helps.
Please make sure that the field on the form is populated from the stack that you are using to write back to the database. When you click on the edit field, it will tell you. It is possible that the stack that you are using to save back to the database is not getting the value.
If neither of these suggestions help, please open a case with Customer Support.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003