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] Problem with export function

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Problem with export function
 Login/Join
 
Platinum Member
posted
Anybody has this issue. When I choose Excel as the export type, it doesn't export to Excel file, it just opens report in the excel format in the iframe I put in HTML file.

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


WebFOCUS 7.7.03
Windows, All Outputs
 
Posts: 125 | Registered: June 17, 2013Report This Post
Expert
posted Hide Post
What's your HOLD line? "ON TABLE PCHOLD FORMAT EXL2K"?
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Platinum Member
posted Hide Post
Yes Doug, that is my HOLD file.


WebFOCUS 7.7.03
Windows, All Outputs
 
Posts: 125 | Registered: June 17, 2013Report This Post
Expert
posted Hide Post
this doesn't seem to be an excel problem, but rather a target problem
you seem to have a launch page that specifies the output of your fex to be in an iframe.
so, regardless of the output format (just a variable to the fex), the report is going to come out in that iframe. Try it with PDF to see what i mean.
so... without a load of agita...
i no longer put output options into launch pages, not when i'm using iframes or frameset frames.
instead, i put icons in the report heading
an Icon for excel(that nice green x), an icon for pdf (a nice red one), a pushpin for frozen column titles, and that blue A for active reports ...
Each of these icons has a link under it, just like any other drilldown.
and in the style sheet
TYPE=HEADING,LINE=1,ITEM=1,TARGET=BLANK,FOCEXEC=thesameone(&WFFMT=EXL2K),$
TYPE=HEADING,LINE=1,ITEM=2,TARGET=BLANK,FOCEXEC=thesameone(&WFFMT=PDF),$




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
Maybe take a look at this post?:
http://forums.informationbuild...827011216#5827011216

In the example, if the requested format is Excel then the target is set to an iframe with a display of none.

One that is done, the servlet is called (via a hidden run form).

If I understand your scenario correctly, you'd be looking at the
<iframe style="POSITION: absolute; DISPLAY: none;"
         id=iframe1 tabIndex=2
         autoExecute="False"
         name="ifrmExcel">
</iframe>  

and
  
document.hiddenRunForm.target = "ifrmExcel";
...
document.hiddenRunForm.submit();  
 
Posts: 822 | Registered: April 23, 2003Report 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] Problem with export function

Copyright © 1996-2020 Information Builders