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 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