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 an html table that I want to get the row off of, and have tried using ClickRow about six ways to Sunday, but it always just returns a zero. Has anyone gotten this feature to work? I get a zero whether I use the js or the Case version of it.
John Edwards.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
John If I set a link to the body or heading of an HTMLTable, and a clicklink trigger and then use: COMPUTE ROW/I3=formname.objectname.ClickRow; I always get the selected row. Please make sure that the name of the form and the name of the object are correctly listed in the compute line. Sometimes I use HTMLTable1 when the object is actually HTMLTable2 and that doesn't give me the correct answer.
Mark Derwin
Posts: 663 | Location: New York | Registered: May 08, 2003
I've gotten it to work for the double-click but not the single, which makes no sense since they have identical code. I think there's a bone stuck in the throat on this one. Double-click is fine for me as it is used in other parts of the interface, but it would have been nice to get the single-click functioning as well.
I have a js trigger that intercepts double-clicks on the blank space between words, as those blank spaces still return a zero for clickrow. This may have been part of my diagnosis problem with double-click. Only the actual words themselves return a non-zero clickrow value. The js examines clickrow and if it's zero, it does nothing. If it's non-zero it continues with the remainder of the logic.
Thanks for the help.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007