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     Problem Generating PDF document

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Problem Generating PDF document
 Login/Join
 
Member
posted
Dear All,

Basically I have a code that generates about 200 lines of data into a PDF document. Here is the bottom part of the code:

ON TABLE SET PAGE-NUM OFF
ON TABLE SET TITLE OFF
ON TABLE SET STYLESHEET *
TYPE=REPORT, ORIENTATION=LANDSCAPE,$
TYPE=REPORT, SQUEEZE=ON, $
TYPE=REPORT, GRID=ON, $
ENDSTYLE
ON TABLE PCHOLD FORMAT PDF
END

The PDF Document is able to be generate without any problem.However the layout is way off as some columns overflow to a different page.

So I added some code just to make the fonts smaller.


ON TABLE SET PAGE-NUM OFF
ON TABLE SET TITLE OFF
ON TABLE SET STYLESHEET *
TYPE=REPORT, ORIENTATION=LANDSCAPE,$
TYPE=REPORT, SQUEEZE=ON, $
TYPE=REPORT, GRID=ON, $
-* Added this line
TYPE=DATA,COLOR=BLACK, FONT=ARIAL, SIZE=4,STYLE=NORMAL, $
ENDSTYLE
ON TABLE PCHOLD FORMAT PDF
END

The report then run for a long time and finally the browser says that It can't display the webpage because the connection timeout.

Any idea on how to solve this issue or monitor the WebFOCUS server?

Thanks in advance.


WebFOCUS 767 Server 64bit On Windows 2003 Server

WebFOCUS 767 Server for Developer Studio On windows XP

 
Posts: 18 | Registered: November 29, 2006Report This Post
Expert
posted Hide Post
Read Mickey Grackins excellent articles on the tips and techniques pages accessed from the "IB - Developer Center" link above.

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, 2004Report This Post
Virtuoso
posted Hide Post
The 200 lines of output might not be the problem, but the collection of that data.

If you post a bit more of your coding, tell us something about the database you are working on, try to report first in HTML, try to get some intermediate results, put some debugging code in the FEX and things like that, you may find an answer.




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report 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     Problem Generating PDF document

Copyright © 1996-2020 Information Builders