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     [SOLVED] Report with 100% WIDTH

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Report with 100% WIDTH
 Login/Join
 
Platinum Member
posted
Hello

I have a request to add a 1 line report to a HTML page with width 100%. I set up an iframe with 100% width and linked following report to it.
But I could not get 100% width. Can someone correct me?
TABLE FILE CAR
BY COUNTRY NOPRINT
WHERE RECORDLIMIT EQ 1;
HEADING
"TEST WIDTH 100%"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE HOLD AS H1 FORMAT HTMTABLE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, BORDER=OFF, JUSTIFY=CENTER, $
TYPE=HEADING, JUSTIFY=CENTER, COLOR=WHITE, SIZE=14, BACKCOLOR=RGB(27 123 33), $
END
-RUN
-HTMLFORM BEGIN
<html>
<head></head>
<body>
<table style="width:100%"><tr><td> !IBI.FIL.H1; </td></tr></table>
</body>
</html>
-HTMLFORM END

Thank you..

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


WebFOCUS 8206
All formats
 
Posts: 95 | Registered: September 13, 2017Report This Post
Master
posted Hide Post
Try to SET AUTOFIT to ON.

TABLE FILE CAR
BY COUNTRY NOPRINT
WHERE RECORDLIMIT EQ 1;
HEADING
"TEST WIDTH 100%"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE HOLD AS H1 FORMAT HTMTABLE
ON TABLE SET AUTOFIT ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT, BORDER=OFF, JUSTIFY=CENTER, $
TYPE=HEADING, JUSTIFY=CENTER, COLOR=WHITE, SIZE=14, BACKCOLOR=RGB(27 123 33), $
END
-RUN
-HTMLFORM BEGIN
<html>
<head></head>
<body>
<table style="width:100%"><tr><td> !IBI.FIL.H1; </td></tr></table>
</body>
</html>
-HTMLFORM END  





Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster
 
Posts: 822 | Registered: April 23, 2003Report This Post
Expert
posted Hide Post
That, setting AUTOFIT to ON, sure be available directly within InfoAssist. I've done that in the past.
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Member
posted Hide Post
i guess autofit will work in this


atul
 
Posts: 3 | Registered: February 06, 2020Report 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     [SOLVED] Report with 100% WIDTH

Copyright © 1996-2020 Information Builders