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] HTML Page - Save Button not working in Chrome

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] HTML Page - Save Button not working in Chrome
 Login/Join
 
Platinum Member
posted
Hi All,

I am working with HTML Page in WebFOCUS 8005. In the page , We need to save the report according to the parameter selection. For saving the report, I am using the save button but this save button is not working in Google Chrome. I am able to save report using IE8,9,10, Mozilla browser.

After clicking the save button, Its giving the JavaScript error in the Chrome Console -

Uncaught TypeError: undefined is not a function

Can any one please help on this.

This message has been edited. Last edited by: <Kathryn Henning>,


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
 
Posts: 103 | Registered: July 08, 2013Report This Post
Virtuoso
posted Hide Post
Which version of Chrome are you using?

See the compatibility chart for information.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Platinum Member
posted Hide Post
Hi Alan,

Thanks for reply.
I am using Version 38.0.2125.111 m.


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
 
Posts: 103 | Registered: July 08, 2013Report This Post
Master
posted Hide Post
I'm using Chrome Version 38.0.2125.111 m with no problems whatsoever - far better than IE for downloading and displaying EXL07 output.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
 
Posts: 674 | Location: Guelph, Ontario, Canada ... In Focus since 1985 | Registered: September 28, 2010Report This Post
Platinum Member
posted Hide Post
George, I am facing the problem on HTML save Button . I am able to download all format reports at Chrome.


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
 
Posts: 103 | Registered: July 08, 2013Report This Post
Master
posted Hide Post
I have no idea what you mean by the "HTML Save Button".

Do you have a line in your code like:

ON TABLE PCHOLD FORMAT &WFFMT

If so, you can assign that to a Radio Button to choose the type of output. If you are trying to use the ON TABLE SAVE AS xyz command I think you are out of luck because the report will get saved on the server - I don't think it's possible to get something saved directly on the client machine, but the focwizards will jump in here and tell me off if I'm wrong about that.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
 
Posts: 674 | Location: Guelph, Ontario, Canada ... In Focus since 1985 | Registered: September 28, 2010Report This Post
Virtuoso
posted Hide Post
They're probably trying to use the "Save" parameters functionality available in pages created with HTML Composer.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Platinum Member
posted Hide Post
quote:
Uncaught TypeError: undefined is not a function


Yes, I am trying with the same functionality which is available at HTML Composer page. It is working except of Chrome. I don't know , why this is happening. It should work in Chrome also. The requirement is that, i need to save the parameter from the HTML composer page.


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
 
Posts: 103 | Registered: July 08, 2013Report This Post
Master
posted Hide Post
You had better post your HTML code between the code tags (last button on the right in red) and get the HTLM gurus to point out your mistake. If you have been editing the Composer-generated HTML by hand you are in for a big surprise.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
 
Posts: 674 | Location: Guelph, Ontario, Canada ... In Focus since 1985 | Registered: September 28, 2010Report This Post
Expert
posted Hide Post
quote:
It should work in Chrome also

It will most likely not work in Chrome because the version of Chrome that is certified to work with v8.0.05 is probably older than the version you're running on.

v8.0.05 is certified to work with Chrome v29.

Web Browser Support for WebFOCUS Releases 8.0.08 - 8.0.01


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
Platinum Member
posted Hide Post
Hi Francis,
Thanks for this useful advice. I just want to know that, If I need to run this functionality at upgrading Chrome version, What should I need to do.


quote:
It will most likely not work in Chrome because the version of Chrome that is certified to work with v8.0.05 is probably older than the version you're running on.

v8.0.05 is certified to work with Chrome v29.

Web Browser Support for WebFOCUS Releases 8.0.08 - 8.0.01


Thanks!
@vi

WebFOCUS 8105, Dev Studio 8105, Windows 7, ALL Outputs
 
Posts: 103 | Registered: July 08, 2013Report This Post
Expert
posted Hide Post
quote:
What should I need to do.

My suggestion would be to raise a case on InfoResponse asking when the chrome version support will be advanced to a newer version.

Remember, you will need your site code etc. to enable you to raise a case online. If you telephone the Tech Support desk then ensure that you have the necessary details to hand. Guide to using InfoResponse Online

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
Platinum Member
posted Hide Post
Hi All,

Is there any alternative way to achieve save selection button functionality in all browser?

Neelima


WebFocus 8104,8204
Excel/PDF/HTML/HTMLTABLE/XML/ALPHA/GIF file/GRAPH/Active technologies
 
Posts: 186 | Location: INDIA | Registered: July 11, 2013Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HTML Page - Save Button not working in Chrome

Copyright © 1996-2020 Information Builders