Focal Point
[CLOSED] [over and out] App Studio v8.0.09 will apparently fix a lot of issues

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7897018276

October 21, 2014, 03:35 AM
Tony A
[CLOSED] [over and out] App Studio v8.0.09 will apparently fix a lot of issues
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 
October 21, 2014, 10:44 AM
Francis Mariani
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
October 21, 2014, 12:21 PM
Tony A
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 
October 21, 2014, 01:04 PM
Francis Mariani
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
October 21, 2014, 01:13 PM
Tony A
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 
October 21, 2014, 01:32 PM
Francis Mariani
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
October 21, 2014, 03:01 PM
Tony A
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 
October 21, 2014, 04:18 PM
Francis Mariani
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
October 22, 2014, 05:20 PM
Tony A
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 
October 22, 2014, 06:52 PM
Francis Mariani
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