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     deferred button on launch page

Read-Only Read-Only Topic
Go
Search
Notify
Tools
deferred button on launch page
 Login/Join
 
Platinum Member
posted
I have the following code in a launch page that currently has a run button and a clear form button. What code do I need to add to include a Run Deferred button on the page as well?

input type='hidden' name='IBIMR_domain' value="financea/financea.htm"
input type='hidden' name='IBIMR_action' value="MR_RUN_FEX"
input type='hidden' name='IBIMR_sub_action' value="MR_STD_REPORT"
input type='hidden' name='IBIMR_fex' value="app/mafxbsnm.fex"
input type='hidden' name='IBIF_ex' value="app/mafxbsnm.fex"
input type='hidden' name='IBIMR_flags' value=""
input type='hidden' name='IBIMR_folder' value="#grantreports"
input type='hidden' name='IBIMR_random' value=''
INPUT NAME="submit" TYPE=SUBMIT VALUE="Run Report"
INPUT NAME="reset" TYPE=RESET VALUE="Clear Form"

WF7.1.3

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


Server Environment: Win2K3 Server WebFOCUS 7.13 Apache Tomcat standalone application server
 
Posts: 188 | Registered: April 14, 2005Report This Post
Expert
posted Hide Post
Bethany,

One way of doing it is to have an INPUT tag with the name of IBIMR_defer and a value of anything but "defer" (I use "NO").

Also have a seperate button to your submit button with type="button" and an onclick event set to execute a JavaScript function.

Within that JavaScript function, change the value of the IBIMR_defer INPUT to "defer". Then follow up with a document.form.submit().

Good luck

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 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     deferred button on launch page

Copyright © 1996-2020 Information Builders