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.
I have an html page with 3 iframes--iframe1, iframe2 and iframe3. The focexec in iframe1 one has a drilldown with target=iframe2. The focexec in iframe2 has a drilldown with target=iframe3.
Despite the target= commands in the drilldowns, they still open in a new browser tab when executed. I have a HT case open (12273533) and using parent.iframe in the target= command was suggested. I tried this but it did not work.
Has anyone experienced this behavior in webFOCUS v8.0.0.8?This message has been edited. Last edited by: <Kathryn Henning>,
WebFOCUS v8.2.04M WebFOCUS v8.2.01M Windows and AIX iWay SM v5.5SP2 on AIX
TABLE FILE CAR
SUM
AVE.CAR.BODY.SEATS AS 'AVE,CAR.BODY.SEATS'
BY LOWEST CAR.ORIGIN.COUNTRY
BY LOWEST CAR.COMP.CAR
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt.sty,
$
TYPE=DATA,
COLUMN=N1,
DRILLMENUITEM='DrillDown 1',
FOCEXEC=car2.fex( \
COUNTRY=N1 \
),
TARGET='iframe2',
$
ENDSTYLE
END
CAR2.FEX
TABLE FILE CAR
PRINT
CAR.BODY.SEATS
BY LOWEST CAR.ORIGIN.COUNTRY NOPRINT
BY LOWEST CAR.COMP.CAR
BY LOWEST CAR.CARREC.MODEL
WHERE CAR.ORIGIN.COUNTRY EQ '&COUNTRY.COUNTRY:.';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt.sty,
$
ENDSTYLE
END
Regards
Stu
WebFOCUS 8.2.03 (8.2.06 in testing)
Posts: 253 | Location: Melbourne, Australia | Registered: February 07, 2007
I apologize for the delayed response. Unfortunately the HTML you provided does not run for me. I have a case open with IBI Techsupport. While working with the consultant via remote session, we got it going to the frame. I am not sure what I did wrong...maybe the order of how I did things...not sure.
Thank you for your response. If there is a definitive solution, I will post here.
WebFOCUS v8.2.04M WebFOCUS v8.2.01M Windows and AIX iWay SM v5.5SP2 on AIX