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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
HTML fixed size
 Login/Join
 
Gold member
posted
Hi all,

I have a report that output is in HTML format.I want to make the report output/layout independent from the Internet Explorer/Firefox window size.

I have tried to use the WRAP and SQUEEZE but without success.Do you have any ideas?


WebFOCUS 7.6
Windows 2000
Output: HTML, PDF
 
Posts: 72 | Registered: January 14, 2008Report This Post
Platinum Member
posted Hide Post
switch to HTMLFORM....
don't hardcode in pixles...
try by percentage like...
  
<DIV ID="reports" STYLE="WIDTH:100%; HEIGHT:100%; PADDING:0; MARGIN:0">
<TABLE WIDTH="100%" BORDER="0">


some ideas to start with....


WF Server: 7.1.4 on Z/OS and Linux, ReportCaster
Data: DB2, DB2/UDB, Adabas, SQL Server, Oracle Output: HTML,PDF,Excel2K
WF Client: Servlet, CGI
 
Posts: 133 | Registered: May 12, 2007Report This Post
Gold member
posted Hide Post
Yes but when I use percents the report output will fit to the window...or not


WebFOCUS 7.6
Windows 2000
Output: HTML, PDF
 
Posts: 72 | Registered: January 14, 2008Report This Post
Virtuoso
posted Hide Post
Use a style sheet:
CSSURL='http://....../mystyle.css'

In it have:
body {
width:1800px;
}
table {
width:1770px
}

or some such sizing. This will negate any reliance on the physical browser width.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Virtuoso
posted Hide Post
L_G,

Found this thread kind of late but it is possible to control column widths for HTML output.

Take some time to read the article I wrote about HTML and PDF report design Part 1. I discuss how to do this in this article.

http://www.informationbuilders.com/support/developers/htmlpdf.html


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders