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.
The problem I'm trying to solve is getting some padding between the left end of our SUBHEAD and the beginning of the SUBHEAD text. Right now, the text starts straight from the left side with no padding at all and that's not pretty...
Apparently, such padding is added using the LEFTGAP style property, but I can't get it to work.
When I run below code, I get a FOCERROR:
(FOC3237) STYLESHEET KEYWORD INVALID IN THIS CONTEXT AT LINE 10: LEFTGAPRIGH
Table request:
TABLE FILE CAR
PRINT CAR
BY COUNTRY NOPRINT
ON COUNTRY SUBHEAD
"<COUNTRY"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
$
TYPE=SUBHEAD,
LEFTGAP=0.15,
$
ENDSTYLE
END
After commenting the LEFTGAP line out, the report runs.
Is LEFTGAP unsupported in SUBHEAD?
What's with the garbled error message? It seems to append something related to RIGHTGAP to the message, but there is no hint of that in my stylesheet!
And most importantly, how do I get the desired padding?!?This message has been edited. Last edited by: Wep5622,
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
Michael, I think you missed the bit where I am using PDF format
Fortunately, POSITION seems to work.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
The leftgap/rightgap/topgap/bottomgap are used for the padding within a report line or column,basically cell padding within the report. position is used for all items. It's in the help.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007
I'm not following; why would that exclude SUBHEADs from using leftgap?
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :