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     Run fex from on submit of a form button

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Run fex from on submit of a form button
 Login/Join
 
Gold member
posted
I have to run a fex from on submit of a form button in HTMLFORM.
I used to do using input hidden elements by assigning values in WF7.6.
It's not working in WF8.
Any idea ?

Thanks,
Bharathi
 
Posts: 56 | Registered: January 13, 2015Report This Post
Platinum Member
posted Hide Post
Can you use jquery in this htmlform? You could use ajax to get it done:

 

function doSomethingFunction() {
		$.ajax({
		  type: "POST",
		  dataType: "text" ,
		  url: "/ibi_apps/WFServlet.ibfs?IBIF_webapp=/ibi_apps&|&|IBIMR_drill=IBFS,RUNFEX,IBIF_ex,true"  ,
		  data: { IBIF_ex: "some fex name"
			       }
	})
  .done(function( msg ) {
		//do stuff after completion
  	});
}

 


WebFOCUS App Studio 8.2.02
Windows 7, All Outputs
 
Posts: 141 | Location: Mclean, VA | Registered: December 04, 2012Report This Post
Master
posted Hide Post
Bharathi,

I still execute my html the same way I did in WF7.7.03. Can you post your code so we can see what your doing and provide suggestions. Where as I do use Jquery from time to time, the main way that webfocus submits queries is still from form syntax and the XML island.


Eric Woerle
8.1.05M Gen 913- Reporting Server Unix
8.1.05 Client Unix
Oracle 11.2.0.2
 
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013Report 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     Run fex from on submit of a form button

Copyright © 1996-2020 Information Builders