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. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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,
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