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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
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...