Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] [over and out] App Studio v8.0.09 will apparently fix a lot of issues
Page 1 2 

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] [over and out] App Studio v8.0.09 will apparently fix a lot of issues
 Login/Join
 
Expert
posted Hide Post
The reason I wanted to know was to be able to see what version was loaded, but in both App Studio and Dev Studio (using 8.0.0.6 to create AHTML from scratch) neither includes jQuery so not sure where yours is being introduced?

Or are you talking about 7.7 or earlier?

I'd like to know so that I can see what version is added.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
Tony, I'm not talking about any GUI report builder - I don't have a clue how an Active HTML report is built by the GUI, I can do it faster by hand-coding. Run an Active HTML report and you will see it includes jQuery v1.4.2 and not as a link to a JS file, but embedded. Please see [TIP] Multiple versions of jQuery.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Hi Francis,

For the following code, there is no jQuery library included in the output.
TABLE FILE GGSALES
SUM DOLLARS
    BUDDOLLARS
 BY REGION
 BY CITY
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET PAGE NOLEAD
END


BTW, this was created in text editor not the GUI.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
This (documented) method does:

TABLE FILE GGSALES
SUM DOLLARS
    BUDDOLLARS
 BY REGION
 BY CITY
ON TABLE HOLD FORMAT AHTMLTAB
ON TABLE SET PAGE NOLEAD
END
-RUN

-HTMLFORM BEGIN
<!DOCTYPE HTML>

<HEAD>
<title>TEST Search - Results</title>
!IBI.OBJ.ACTIVEREPORTJS;
</HEAD>

<BODY>
!IBI.FIL.HOLD;
</BODY>
-HTMLFORM END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Thanks, I can see that version loaded now.

Quick question, is it causing issues having that version in the output or is it just that you consider it too old?

As I see it, the output format is designed to be useable standalone - hence the inclusion of the file rather than an external reference. In the checks that I have made, it seems to function OK so the library must be satisfactory for the functionality of the output.

If it's causing issues then I can understand your concern and if it were me then I would consider raising a case.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
jQuery v1.4.2 is not compatible with jQuery UI.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
quote:
jQuery v1.4.2 is not compatible with jQuery UI.

So how are you using the UI in this instance?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
Please see the tip I posted: [TIP] Multiple versions of jQuery.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Hi Francis,

I would be inclined to raise a case on this, especially as the use of !IBI.OBJ.ACTIVEREPORTJS; is documented.

The reason that I'm interested in this is that I'm looking at active dashboards at the moment (when I get time Frowner) so I can see why you would want to utilise the UI.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
I'm afraid I'm taking a year's sabbatical from opening cases with Tech Support. It may take that long for me to get rid of the bad taste in my mouth. Frowner


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata Page 1 2  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] [over and out] App Studio v8.0.09 will apparently fix a lot of issues

Copyright © 1996-2020 Information Builders