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.
Hi, I'm having one launch page in MRE.From this launch page I have to move drilldowns(1,2).From drilldown2 i want to switch to launch page.For this i want to create a Button in that drilldown2.I tried with following code but the link(link with lanch file) is not working.
Thanks in advance. Note:Since i was unable to display the code for INPUT tag i have removed the tag < >.
WF Production Version: WebFOCUS 7.6.1 WF Test Version : WebFOCUS 7.6.4 Operating System : Windows xp Output format : Excel, PDF, HTML, AHTML, PPT,This message has been edited. Last edited by: Kerry,
Hi Francis Mariani, Thanks for your reply.Its working fine.
WF Production Version: WebFOCUS 7.6.1 WF Test Version : WebFOCUS 7.6.4 Operating System : Windows xp Output format : Excel, PDF, HTML, AHTML, PPTThis message has been edited. Last edited by: Janakiraman,
Hi Francis Mariani, Actually your suggestion worked fine, but I moved HTML file is into MRE domain as per the requirement. How can I specify the path for button(onClick) in MRE which is suppose to call the HTML file.
Any suggestions. Thanks in advance
WF Production Version: WebFOCUS 7.6.1 WF Test Version : WebFOCUS 7.6.4 Operating System : Windows xp Output format : Excel, PDF, HTML, AHTML, PPT
Hi Shyam, Thanks for your reply. I tried with the link in HTML LAYOUT PAINTER that is working fine, but I need the onclick code between -HTMLFORM BEGIN and -HTMLFORM END.
In HTML LAYOUT PAINTER for this click event it generates the request list but how can I implement it in between -HTMLFORM BEGIN and -HTMLFORM END
Any suggestions. Thanks in advance.
WF Production Version: WebFOCUS 7.6.1 WF Test Version : WebFOCUS 7.6.4 Operating System : Windows xp Output format : Excel, PDF, HTML, AHTML, PPTThis message has been edited. Last edited by: Janakiraman,
now i don't know the code off the top of my head but if i had to guess i'd say it would involve changing the syntax of the onclick event to point to the MRE html page-
as you will have the addresses of these pages to hand you are probably better off just trying to amend the onclick event yourself- just get it to trigger the MRE html page instead of whatever one it is triggering at the moment...
i reckon you could work it out from an existing onclick event if you had a look
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
This snippet you need to include in your code at relevant places. On click of button, the fex mentioned in the hidden variable will be called and other hidden variable values will be passed to the called fex.