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've been experimenting with using an update grid on my form because I'd like the user to be able to update multiple rows at a time, but I'd also like to restict what input can be used in specific collumns. So for instance, I have 4 collumns that would be updated: Description - free text but a required field Comment - free text but not required Status - combobox choice of OK, WARNING, DOWN, UNKNOWN Active - 0 or 1, ideally I'd like to use a checkbox
Is there any way for me to imbed form controls within an update grid or an html table on my form so that the controls can be used to update multiple records at once, rather than the user just typing free text?This message has been edited. Last edited by: jjoyce,
As Dave points out, you can enhance the Grid with a drop down box. If you would like I can send you the presentation that you were pointed to. The code to add a check box looks like:
You should be able to encorporate it just like the drop down boxes.
Please note that in release 7.7 we are introducing a JavaScript version of the grid, and that will allow you to use HTML code to add items like lists and checkboxes to the gird cells.
If you would like me to send you the presentation, e-mail me at Mark_Derwin@ibi.com and let me know if you have any questions.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
Great! I had become convinced it wasn't possible but it seems like it would be a common enough solution. I was able to get the presentation from the link so hopefully I should be all set.
I'd mark this "solved" but I really don't know how to change the title...