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     [CLOSED] WebFocus 8005 Dev Studio - On Demand Paging Q

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] WebFocus 8005 Dev Studio - On Demand Paging Q
 Login/Join
 
Member
posted
Hello,

Im trying to develop a new report in HTML format using WF Dev Studio 8005, The report has 3 sub-reports

Header Report
Summary Report
Detail Report

I would like to enable paging just for the 'Detail Report'. However when I set 'On Demand Paging' ON for the last report, it repaints the screen and overwites the Headre and Summary sections. Appreciate any suggestions you may have on this.

Thanks!

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8
Windows, All Outputs
 
Posts: 2 | Registered: December 15, 2014Report This Post
Master
posted Hide Post
If you use HTMTABLE to hold and HTMLFORM to display all 3 reports in one screen, then add iframe in the HTMLFORM to make a separate call to detail report. Hope this helps.
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Member
posted Hide Post
Ram,
Thank You so much for the response. I used ALPHA format for holding the data. Also included my code below for your review.
If possible can you please share the syntax on how to print a HOLD file in an iframe.

Appreciate your Help.

Thanks
Hima

............
SET HOLDLIST=PRINTONLY
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS R5600DTL FORMAT ALPHA
END
-RUN

TABLE FILE R5600HD
PRINT
R5600HD.R5600HD.CALC_PERIOD
R5600HD.R5600HD.SALES_ID
R5600HD.R5600HD.SALES_OFFICE
R5600HD.R5600HD.DETAIL_TITLE OVER
R5600HD.R5600HD.CHANNEL OVER
R5600HD.R5600HD.REGION
R5600HD.R5600HD.MGR_ID
ON TABLE SUBHEAD
"SOV Audit and Compensation Details"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET WEBVIEWER ON
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/MYCLM/_EDAHOME/ETC/endeflt.sty,
$
TYPE=REPORT,
LINES-PER-PAGE=20,
ARGRAPHENGINE=JSCHART,
ALLOW-TOOLS=OFF,
HFREEZE=ON,
$
TYPE=DATA,
COLUMN=N1,
JUSTIFY=CENTER,
$
TYPE=REPORT,
COLUMN=N7,
WRAP=6.000000,
$
TYPE=REPORT,
COLUMN=N4,
WRAP=6.000000,
$
TYPE=REPORT,
COLUMN=N3,
WRAP=6.000000,
$
TYPE=REPORT,
COLUMN=N2,
WRAP=6.000000,
$
ENDSTYLE
END
TABLE FILE R5600DTL
SUM
R5600DTL.R5600DTL.VALIDATED_ORDER_VALUE
R5600DTL.R5600DTL.NET_ORDER_VALUE
BY LOWEST R5600DTL.R5600DTL.MGR_NAME NOPRINT
BY LOWEST R5600DTL.R5600DTL.SALES_ID

ON R5600DTL.R5600DTL.MGR_NAME SUBHEAD
"ON TABLE SET PAGE-NUM NOLEAD
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET WEBVIEWER ON
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/MYCLM/_EDAHOME/ETC/endeflt.sty,
$
TYPE=REPORT,
LINES-PER-PAGE=20,
ARGRAPHENGINE=JSCHART,
ALLOW-TOOLS=OFF,
$
TYPE=DATA,
COLUMN=N1,
BACKCOLOR='NONE',
$
ENDSTYLE
END
TABLE FILE R5600DTL
PRINT
R5600DTL.R5600DTL.SALES_ID
R5600DTL.R5600DTL.SALESREP_NAME
R5600DTL.R5600DTL.CUSTOMER_NAME
R5600DTL.R5600DTL.OPPTY_ID
R5600DTL.R5600DTL.OPPTY_NAME
R5600DTL.R5600DTL.COMP_DATE
R5600DTL.R5600DTL.OPPTY_CLOSED_DATE
R5600DTL.R5600DTL.NET_ORDER_VALUE
R5600DTL.R5600DTL.VALIDATED_ORDER_VALUE
ON TABLE SET PAGE-NUM OFF
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET WEBVIEWER ON
ON TABLE SET WEBVIEWTARG OFF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/MYCLM/_EDAHOME/ETC/endeflt.sty,
$
TYPE=REPORT,
GRAPHCOLOR='GREEN',
GRAPHCOLORNEG='RED',
$
TYPE=REPORT,
LINES-PER-PAGE=50,
ARGRAPHENGINE=JSCHART,
ALLOW-TOOLS=OFF,
HFREEZE=BOTTOM,
$
TYPE=REPORT,
COLUMN=N3,
WRAP=6.000000,
$
TYPE=REPORT,
COLUMN=N2,
WRAP=6.000000,
$
ENDSTYLE
END


WebFOCUS 8
Windows, All Outputs
 
Posts: 2 | Registered: December 15, 2014Report 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     [CLOSED] WebFocus 8005 Dev Studio - On Demand Paging Q

Copyright © 1996-2020 Information Builders