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] Load fex output into launch page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Load fex output into launch page
 Login/Join
 
Platinum Member
posted
Hi All,

I have an HTML launch page with javascript, dropdowns, calendar fields, buttons etc. that I would like to use to execute a fex and then load the fex output right back into the launch page for display and then run again with different parameters?

Right now I'm using a launch page, launching a fex and then recoding everything in the -HTMLFORM section of the fex. This is messy and duplicates effort. Can I avoid using the -HTMLFORM in a fex and just put the output back into the HTML page I made?

Thanks,

Norb

This message has been edited. Last edited by: Kerry,


prod:7.6.9, win2k3 mre, caster, bid, devstudio 7.6.9
 
Posts: 242 | Location: Minneapolis | Registered: February 16, 2006Report This Post
Virtuoso
posted Hide Post
haven't tried this, but if you've got a hold file then it can be referenced in an HTML page by !IBI.FIL.filename

You might be able to HOLD FORMAT HTMTABLE and then reference that hold file again


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, 2007Report This Post
Expert
posted Hide Post
If you point your HTML FORM TARGET to an IFRAME in the same HTML file, the launch page parameter screen will stay where it is and the output will be displayed in the IFRAME on the same page.


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
Thank you for your suggestions gentlemen. I tried the iframe and it just didn't look all that great with the scroll bars and such but even worse; I couldn't get my styling to show up in the iframe. I abandoned the idea and will consider something else.

Thanks again.

Norb


prod:7.6.9, win2k3 mre, caster, bid, devstudio 7.6.9
 
Posts: 242 | Location: Minneapolis | Registered: February 16, 2006Report This Post
Expert
posted Hide Post
From what you have said, it sounds like you want what is in the Century Corp Demo.

http://webserver/approot/ibinccen/default.htm


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
I'm not a 100% on what you are trying to do here, but you could try:
- add a html div tag where you want the fex output to go (give it an id) on you source html page.
- change the fex to have an "ON TABLE PCHOLD FORMAT HTMTABLE".
- call the fex via AJAX.
- make the div innerHTML property = the ajax responseText property.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report 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] Load fex output into launch page

Copyright © 1996-2020 Information Builders