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 created a simple HTML form that has a button that I've linked to www.google.com using the HTML Layout Painter program. It's super simple, just the one button.
When the HTML form runs, the button doesn't do anything. I can click on it all I want, but it doesn't go to www.google.com. In fact, it just sort of sits there...it doesn't even try to open a new window. I created this HTML form because we were having the same trouble with a form we created yesterday that calls a .fex.
The code is shown below if that's relevant.
< !-- Generated by Report Layout Painter -->
<script id=IBI_OptionsScript type=text/javascript> var rltVersion = "76"; var cgipath = "cgipath"; var ibirls = "ibirls2";
var rltdyncalendar = "rltdyncalendar"; var olap="olap"; var olappanebase="olappanebase"; var olapdrill="olapdrill";
HtmlPage <script id=clientEventHandlersJS type=text/javascript> //Begin function window_onload function window_onload() { UpdateData(); // TODO: Add your event handler code here } //End function window_onload
I think the big difference is the lack of an onClick event in Jason's original code. No button will work without something defined for onClick. Don't know where it went, but it is correctly included in Tom's code
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
There's really nothing wrong with coding a simple hyperlink like
<a href="http://www.google.com"]Google[/a]
But this was done, and should work when, "using the HTML Layout Painter". With a form as simple as this one is said to be, I'd create a new one from scratch and pay particular attention to what I did or didn't do differently from the first form. It Should work...
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
I take your point about "using the HTML Layout Painter", but my comment, was more based on good user interface design.
A hyperlink is blue, underlined text, not a button ! (Norman, Nielsen, et al)
And, while I admit to a heavy bias towards hand coding vs. IBI tools, I don't see how anyone can do much of a non- trivial nature with WebFocus, even using these tools, without an understanding of HTML.
I know this is an old post and you probably already have the answer, but I am so excited I actually know the answer to one of these posts. I have to share.
WebFOCUS Server 8.1.05 Windows 2008 Server WebFOCUS AppStudio 8.1.05 Windows 7 Professional IE 11 and Chrome Version 43.0.2357.124 m. Mostly HTML, PDF, Excel, and AHTML