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 now display customer activity in a Maintain (MRE) grid. If there is a scanned document for the activity, I display a "#" character in the column and the user can click on that cell to see the document. Is there a way to display a tiny .gif in the cell instead of the '#' just so it looks better.
I also have a .fex that displays the same information in a HTML Layout. Is it possible to display the .gif instead of the "#" in the HTML report.
Thanks, Kent
Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007
I haven't tried this before, but I suppose that you could Compute the contents of the stack that ends up on the grid (or HTML table) to be the HTML code that displays your .gif. (< IMG...) not sure if you'll have to code the link too, or if this might interfere with the Maintain page code, but it's worth a try !
Hi Kent The answer to this is a kind of good news / bad news. While you CAN place an image in an a grid cell, its path has to be hard coded to a physical location on the drive. I could never get this to work unless it was coded as it is here.
If there is anyway you could use an HTMLTable instead of a grid, there is no issue. Also, since you only want to display an icon, and not an actual image, maybe this will work for you.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003