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.
Focus six - Dialogue Manager & Forms Painter - Putting instructions into the Triggers in order to close Form - Who is specialist of Focus six is prayed to contact to me for aid!
Focus For Windows Six.... seems like such a long time ago... 2000? 2001? Sorry I don't remember it enough to offer a suggestion. Might be time for a migration.
WebFOCUS 8202 Win 2012 Test - WebFOCUS 8203 on Win 2012
I still have a batch process that runs daily using Focus Six for Windows - don't use the Forms, sorry! The modify capabilites are great and all reports are on the pritner in the morning for the user. Just don't have time to rewrite it in WF.
Good Luck!
WebFOCUS 7.6.6/TomCat/Win2k3
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003
I don't use FOCUS Six, but I imagine it would work like most other development environments...:
Create an object on your form, like a button. Label the button 'Close'. In Visual Studio .NET you would drag a button from the toolbox to the form designer (known as, form painter in FOCUS 6?).
Put some code behind the button, that closes the form. In Visual Studio you would double click the button, to get to a place holder for the code.
Type in the code to close the window. In Maintain on z/OS it would be something like WINFORM CLOSE formname;. In VB it would something like Me.Close().