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.
Just curious if anyone could help me finding info about these topics:
1. How to print contents of a database (Oracle) table? 2. How to program a compound report? 3. Any info about “table of contents” in a compound report? 4. What would be the best numbering convention in a compound report?
I would appreciate any help. Thanks.
Michael J.
Posts: 35 | Location: Oklahoma City | Registered: May 11, 2006
For number 1 it would depend on whether you have a synonym created for the Oracle table (Master File Description + .acx file), or if you are using SQL passthru, but the basic syntax is;
TABLE FILE PRINT * ON TABLE SET ONLINE-FMT END
I use PDF for printing, but many ouput choices are available...so replace with PDF.
Let me know if you need the SQL passthru example.
Hope this helps,
Kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005
Sorry about delay in posting my reply. I want to thank Kevin for his suggestion. It does seem to work just fine in most cases (as far as question # 1 goes). Thanks again.This message has been edited. Last edited by: ok_dhs,
Prod: WebFOCUS 7.1.3 on Linux Kernel-2.6.5 zSeries 64bit/Apache Tomcat/5.0.28 JAVA version 1.4.2_11 server
Posts: 35 | Location: Oklahoma City | Registered: May 11, 2006