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.
No i want to devide the box with lines to get more number of boxses as the data can fit in individual box ,i want to make some thing like table in my report.
Could you please be more specific, what is the report format, HTML, PDF, EXL2K? If it's HTML, you can turn the GRID ON in the style sheet.
One example of lines and boxes:
TABLE FILE CAR
PRINT
*
HEADING
"WEBFOCUS REPORT"
WHERE READLIMIT EQ 100
WHERE RECORDLIMIT EQ 100
ON TABLE SET PAGE NOLEAD
ON TABLE SET STYLESHEET *
GRID=ON, FONT='ARIAL', SIZE=8, $
END
Another example:
TABLE FILE CAR
PRINT
*
HEADING
"WEBFOCUS REPORT"
WHERE READLIMIT EQ 100
WHERE RECORDLIMIT EQ 100
ON TABLE SET PAGE NOLEAD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLESHEET *
BORDER=1, BORDER-COLOR=SILVER,
FONT='ARIAL', SIZE=8, $
END
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
TABLE FILE CAR PRINT SALES BY COUNTRY BY CAR ON TABLE SET ONLINE-FMT PDF ON TABLE SET STYLE * TYPE=REPORT,BORDER=HEAVY,BORDER-STYLE=GROOVE,BORDER-COLOR=GREEN,$ TYPE=TITLE, BORDER=LIGHT, BORDER-STYLE=RIDGE, BORDER-COLOR=RED, $ TYPE=DATA, BORDER=LIGHT, BORDER-STYLE=SOLID, BORDER-COLOR=BLUE,$ ENDSTYLE END
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
This is an old-style approach, as the new version of WF is supposed to have line/box-draw capabilities , but it's tried an true. I have some images in our image library that are called HLINE, VLINE (for horizontal line and vertical line) and BOX. I can insert these images anywhere on the page with good precision and stretch them long and wide to whatever size and thickness I need. The image is placed in HEADING or FOOTING. I also use UNDER_LINE for dynamic placement on sort fields and sometimes resort to defining a field that contains x number of underscores and placing it in subheads, subfoots, etc. This also looks nice in the finished output. (but is controlled by font size which is a pain sometimes, because 10 underscores in 12 point bold is much longer than 10 underscores in 8 point.) I should mention that i only use these for PDF output. Locations are not necessarily respected for HTML output. But it makes excellent, professional-looking forms with boxes, grids, lines, etc.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
TABLE FILE CAR
PRINT
COUNTRY
ON TABLE SUBHEAD
"aaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TABHEADING,
BORDER-BOTTOM=LIGHT,
$
TYPE=TABHEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
COLOR='WHITE',
$
ENDSTYLE
END
if you don't wanna go this way....go for image embedding....
Ah an underline across the page. In the old days I would create a blank field and print it as the last field on the line to get the underline to spread across the page without using some fancy code. It was such a pain to get the underline long enough in the 80 column partiioned data set days. Of course sometimes that is why the code still does what it does because of the grandfathering of the code.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
I don't think the article was meant to be, in any way, about the OBJECT=BOX. More likely to be the TYPE=FOOTING, LINE=1, POSITION=(0, 10.5) used to move the text to the edge of the paper.
I think the object=box was used to highlight the area concerned?
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, 2004
"how to remove the extra line spacing in the subfoot" my reaction as well, Frankie. Its the hoch-gibberish i was talking about yesterday... i'm reading this manual from cover to cover ... its *loaded* with it...
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003