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 a plain old combo box (drop-down) on a Maintain form where I specify the text and value (which are different) that I want to work with. The user has the ability to open a record in the form, and when they do that I want to use maintain to set the value of that combo box to the value that was saved in the database.
The Maintain documentation does not address this case. This appears to be a remarkably simple requirement, but I cannot find a simple solution. Focal Point and the documentation seem to want me to set values from a stack based on a data source, or from an accept list.
Is it possible to change what selection appears in a combo box in Maintain?
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
The Formname and the ControlName need to be specified to match your particular file. But the ListItems part of that line is static -- it is indeed the value "ListItems" and refers to the static list of entries you placed in the "As entered here" part of the combobox control on your screen.
Never mind!
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007