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.
I need to create a compound AHTML report, When i run the fex i get ONLY second table file output (i.e. Detail report).But i need both first and second report output in same page.
Code is : -****Summary report******** TABLE FILE CAR PRINT COUNTRY RETAIL_COST ON TABLE PCHOLD AS SUMR FORMAT AHTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT,$ TYPE=REPORT, BORDER=LIGHT, FONT='ARIAL', SIZE=8, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, LEFTMARGIN= 0.5, RIGHTMARGIN=0.1, RIGHTGAP = 0.05, LEFTGAP=0.05, CALC-LOCATION=TOP, MENU-LOCATION=TOOLBAR, ALLOW-PAGINATION=ON, ALLOW-FILTER=ON, ALLOW-FREEZE=ON, ALLOW-CALC=ON, ALLOW-HIDE=ON, ALLOW-CHART=ON, ALLOW-EXPORT=ON, ALLOW-VISUALIZE=ON,$ TYPE=TITLE,BACKCOLOR='SILVER',JUSTIFY=CENTER,$ TYPE=REPORT,OBJECT=MENU,$ TYPE=REPORT,OBJECT=STATUS-AREA,JUSTIFY=CENTER,$ TYPE=REPORT,OBJECT=CURRENT-ROW,HOVER-BACKCOLOR='WHITE',BACKCOLOR='WHITE',$ TYPE=REPORT,OBJECT=CALC-AREA,$ ENDSTYLE END -*****Detail report****** TABLE FILE CAR PRINT CAR SEAT MODEL BODYTYPE LENGTH RETAIL_COST ON TABLE PCHOLD AS DETL FORMAT AHTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, SQUEEZE=ON, ORIENTATION=PORTRAIT,$ TYPE=REPORT, BORDER=LIGHT, FONT='ARIAL', SIZE=8, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, LEFTMARGIN= 0.5, RIGHTMARGIN=0.1, RIGHTGAP = 0.05, LEFTGAP=0.05, CALC-LOCATION=TOP, MENU-LOCATION=TOOLBAR, ALLOW-PAGINATION=ON, ALLOW-FILTER=ON, ALLOW-FREEZE=ON, ALLOW-CALC=ON, ALLOW-HIDE=ON, ALLOW-CHART=ON, ALLOW-EXPORT=ON, ALLOW-VISUALIZE=ON, $ TYPE=TITLE,BACKCOLOR='SILVER',JUSTIFY=CENTER,$ TYPE=REPORT,OBJECT=MENU,$ TYPE=REPORT,OBJECT=STATUS-AREA,JUSTIFY=CENTER,$ TYPE=REPORT,OBJECT=CURRENT-ROW,HOVER-BACKCOLOR='WHITE',BACKCOLOR='WHITE',$ TYPE=REPORT,OBJECT=CALC-AREA,$ ENDSTYLE END
Because of the nature of Active HTML it is just one report per browser page. You might be able to get away with having two iframes on the page and populating them separately with an ahtml report. Haven't tried this yet, but it might work.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
I think that this subject was also asked quite recently?
Your best way forward is as GamP suggests, a separate Iframe for each report. This is becuase the embeded javascript in the AHTML output will have duplicated control Ids and may/will cause conflicts.
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
Just to clarify, this is not true in 7.6.x. Chaitra is running 7.1.4. I would not want other viewers to get the wrong idea about the PDF Layout Painter. While it has issues and growing pains, it think it is on its way to becoming a good product.