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 read/write grid in maintain. User can update values in few of the columns. Sometime what happens,user changes the values and forget to save it by clicking on 'SAVE' button. In such scenario, I want to put a confirmation when user moves away from the page that ' You have some unsaved data'. On clickng OK it will stay on same page else move to other page. How to achieve this in maintain? Please suggest.
In continuation of above problem, On my Screen 'SAVE' button only get enabled when user makes any changes in Read/Write Grid else it is disabled. There is 'BACK' button through which user can leave the screen and navigates back.On clicking 'BACK' i am using self.winclose() to close the form. I was thinking about handling the event 'BACK' in javascript function by using confirm() function. i.e, first i will check state of 'SAVE' button. If it is enabled(that means update is made), i will use confirm() function to ask for confirmation 'Please save data'. If user clicks OK, it will stay on same page else it will close the form to go back. The problem is that i am not able to handle it in Javascript. Can anybody please help me with the code? That will be really great.
Thanks in advance.
Posts: 281 | Location: India | Registered: April 21, 2007