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