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.
In mainframe FOCUS you can specify with the 'IN 15' command that you want to display a value in column 15.
quote:
TABLE FILE CAR HEADING " <15 ROOT" " <15 BEER" " " PRINT CAR AS '' IN 15 BY COUNTRY AS '' IN 1 END -RUN
I understand that in WebFOCUS I must use the <+0> styling keyword to arrange to have text items line up over the fields in the heading. I am famiiar with the Mickey Grackin documentation on "WebFOCUS HTML and PDF Design".
What I am stumbling with is how to get the fields to display in certain column positions with the PRINT or SUM command in WebFOCUS.
[QUOTE] TABLE FILE CAR PRINT CAR AS '' ??? BY COUNTRY AS '' ??? ON TABLE SET STYLE *
??? ??? ???
ENDSTYLE END -RUN
I am drawing a blank ....
Thanks!This message has been edited. Last edited by: Kerry,
Some ideas .... For PDF output, the StyleSheet POSITION attribute is used to exactly place columns in the report. For HTML, you could use the LEFTMARGIN StyleSheet attribute to move the whole report to the right. Blank columns (especially with non-breaking character ) might be used to add distance between columns. The old mainframe syntax (IN nn and SET SPACES) can be used if you SET STYLEMODE=FIXED. You can also use StyleSheet attribute SEQUENCE to change column order.This message has been edited. Last edited by: Dan Satchell,
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
Can you be a bit more specific. HTML or PDF? Using "IN" and wanting to be in a certain position means using a monospaced font. Is that the case? Do you want to align a column with some field/text in the HEADING?
There are solutions for all these and more.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006