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     Maintain within Iframe? [SOLVED]

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Maintain within Iframe? [SOLVED]
 Login/Join
 
Member
posted
Hello All,

I would like to have a maintain form be displayed on a IFrame of a tab control. Is this possible? Is there some way to use the on-click event of the tab item, to load the maintain onto that "pages" iframe?

Is there some documentation that any one could point me to for some self-help?

Thanks.

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


WebFOCUS 7.6.11
Developer Studio on Windows XP. Server Components running on Windows Server 2003.
Excel, HTML, PDF
 
Posts: 21 | Registered: August 26, 2009Report This Post
Master
posted Hide Post
I did something like this. It's a drill down from a report. Here is the link:

TYPE=DATA,
COLUMN=N2,
TARGET='CLFrame',
URL=/ibi_apps/WFServlet?(MOVINFO_MOVIECODE_Edit=N1 IBIF_cmd='MNTCON EX movinfo' IBIS_passthru='on' IBIS_connect='on' IBIAPP_app='closeloop ibisamp baseapp' IBIC_server='EDASERVE'),

This passed the value from the column and launched the MNT file in a frame called CLFrame.

Mark
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
Expert
posted Hide Post
I also did something like this, as well.

I think that mine was a also called from a report.

Did it about 5 years ago.


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
Absolutely.

Don't know about documentation, as this is straightforward.

Create your TABbed HTML page. Select the TAB that you want the maintain to appear in and add an iFrame. From the TAB select events and select the onclick event. In the javascript area you need something like:
//Begin function tabitem2_onclick
function tabitem2_onclick(ctrl) {
window.frames.frameName.location.href = 'http://server/ibi_apps/WFServlet?IBIF_cmd=MNTCON EX maintainName';
}
//End function tabitem2_onclick


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

Thank you for your help.

One last question.

How do I specify a application folder where my FEX's, MNT's and HTML's reside? If my folder was "data_requests" how do I code the URL?

Thanks again.


WebFOCUS 7.6.11
Developer Studio on Windows XP. Server Components running on Windows Server 2003.
Excel, HTML, PDF
 
Posts: 21 | Registered: August 26, 2009Report This Post
Virtuoso
posted Hide Post
You can use either:
window.frames.frameName.location.href = 'http://server/ibi_apps/WFServlet?IBIF_cmd=MNTCON EX maintainName&IBIAPP_app=data_requests';
or
window.frames.frameName.location.href = 'http://server/ibi_apps/WFServlet?IBIF_cmd=MNTCON EX data_requests/maintainName';

This is valid only for the call to the Maintain. You would normally set the paths in EDASPROF.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Expert
posted Hide Post
I think that I would suggest using a form, with METHOD set to POST, for security reasons.


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
Member
posted Hide Post
Alan thank you very much. Your help has got me going!

Waz, I'm new to Maintain, having taken 1 course. What do you mean "I would suggest using a form, with METHOD set to POST, for security reasons."

Thanks All.


WebFOCUS 7.6.11
Developer Studio on Windows XP. Server Components running on Windows Server 2003.
Excel, HTML, PDF
 
Posts: 21 | Registered: August 26, 2009Report This Post
Virtuoso
posted Hide Post
As this is a TABbed HTML form, the url will be invisible to the casual user. If someone wants to pry, a POST will not help. You will need SSL.

This method is normally fine.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report 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     Maintain within Iframe? [SOLVED]

Copyright © 1996-2020 Information Builders