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.
We would like to be able to run a report deferred from the launch page (which is generated using HTML Layout Painter). We are using version 7.1.4. Previously,in version 5.3.4, we used to insert a piece of code for Defer button and it served the purpose. The same code doesn't work in the present version.
To put it in simple words, I would like to have a defer button on the Input screen generated from the GUI.
dear Fex08, first would you be kind enough to edit your profile signature so we know what system architecture you have. Then post your 'piece of code for Defer button' so we can see how to tweak it,.. taking the pressure off CSS, they're short handed.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Edit your code to look at it and check that you have a INPUT of TYPE=HIDDEN with a NAME value of IBIMR_defer. If you haven't then that could be your problem.
Oh, BTW, do not try and look in the HTML tab as it doesn't show you ALL the code that is contained within your HTML file.
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, 2004
It doesnt work! For some reason,HTML Layout Painter is not accepting any external code additions to the code generated by the GUI.I opened the code in Text editor.
Thanks
Prod: 714 - Dev Studio - DB2 Test: 714 - Dev Studio - DB2
i'm also interested in running a report in deferred mode from an input screen created with the resource layout painter. has anyone gotten this to work?
OK, with WebFOCUS 7.x the Resource Layout Painter no longer uses a standard form for submitting request back to the Web Server and Reporting Server it creates a form on the fly. With that said here is a trick that might work I have not tested it. In your focexec add the following code to create the IBIMR_defer variable.
Now go back into resource layout and relink to the focexec. This should create another prompt. Make the prompt a list box and add the followind to the value/display options for the list box
value display
No No
Defer Yes
Then when to ckick the run/submit button it should work. Please post your results.
PS: Deferred Reports is Licensed with MRE/UAS/Dashboard Only!
When I tried to apply your trick, a blank window opens up as I click on the Run button but it doesn't execute the report. I guess there is some thing else missing.
Heres what I did : I have a simple CAR Report
-DEFAULT &IBIMR_defer = ''; -SET &IBIMR_defer = &IBIMR_defer; TABLE FILE CAR PRINT CAR MODEL COUNTRY LENGTH WHEELBASE RPM WHERE SALES GE &SALES END
The Input screen generated by Resource Layout Editor has a list box with two inserted values for IBIMR_defer. When I select Yes and click Run.A blank window opens up with no Message and there is no report available in the Deferred reports.
Thanks Prod: 714 - Dev Studio - DB2 Test: 714 - Dev Studio - DB2
In order to give the run button the ability to execute reports immediately or run deferred, the following code needs to be added to each html launch page.
Be careful with id's (text1, combobox1, etc.). You will have to reposition the list box on the page.This message has been edited. Last edited by: Kerry,