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     HFREEZE and Title/Data Width Mismatches

Read-Only Read-Only Topic
Go
Search
Notify
Tools
HFREEZE and Title/Data Width Mismatches
 Login/Join
 
Virtuoso
posted
When I put HFREEZE into a report the title's width and the data's width no longer match up. With borders in place it looks pretty ugly. Has anyone figured out a solid way to keep things lined up?

J.



 
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007Report This Post
<JG>
posted
John What version of WF are you on.
This was an issue in the first couple of releases when it first came out
But IBI have fixed it a couple of times.
 
Report This Post
Virtuoso
posted Hide Post
7.7.03 on Windows 2008 Server.



 
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007Report This Post
Master
posted Hide Post
Any solution for this.


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Master
posted Hide Post
I think you and the OP are talking about the situation where the column headings and data columns no longer align, after adding HFREEZE stylesheet code.

StyleSheet Code:
TYPE=REPORT, HFREEZE=TOP, SCROLLHEIGHT=15.1,$

I opened a case with IB on this situation in April of 2013. I am on 7.7.02.

I sent them screen prints of the before and after, and also sent them the entire TABLE FILE command.

Unfortunately, they couldn't help me, as they could not repro against IB sample files. I didn't have the time to try to repro against IB sample files, so I, relunctantly, had to cancel the case.

If anyone has any ideas, I'd love to hear too.




Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster
 
Posts: 822 | Registered: April 23, 2003Report This Post
Master
posted Hide Post
Finally I found the issue on my report. I was using HEADALIGN=BODY on my TABHEADING and that was the one causing the issue.

In the below example, if you change the HEADALIGN=BODY then you can see the mismatches. Once I change that to INTERNAL, everything started working.

SET LINES=9999

DEFINE FILE CAR
SP1/A6='&' | 'nbsp;';
SP5/A30=SP1|SP1|SP1|SP1|SP1;
SP20/A120=SP5|SP5|SP5|SP5;
EXLPNG/A150= '<IMG src="/wfimages/format_excel_16.png" style="border-style: none" alt="Excel for Analyzing" >';
PRINTPNG/A150='<IMG src="/wfimages/printer_32.png" height=17 width=17 style="border-style: none" alt="Print" >';
END

TABLE FILE CAR
ON TABLE SUBHEAD
" <SP20<SP20<SP20<EXLPNG<PRINTPNG "
PRINT
SP1 AS ''
MODEL AS 'Model'
SP1 AS ''
RETAIL_COST AS 'Retail,cost'
SP1 AS ''
BY CAR AS 'Car'
BY COUNTRY AS 'Country'
ON TABLE SET PAGE-NUM NOPAGE
ON TABLE SET HTMLCSS OFF
ON TABLE SET STYLE *
TYPE=REPORT,CSSURL=/wfimages/dashboard.css,HFREEZE=TOP,SCROLLHEIGHT=2.0,$
TYPE=TITLE,CLASS=head1,$
TYPE=TABHEADING,JUSTIFY=LEFT,HEADALIGN=INTERNAL,COLSPAN=7,$
TYPE=TABHEADING,OBJECT=FIELD,ITEM=1,COLSPAN=3,JUSTIFY=RIGHT,$
TYPE=TABHEADING,OBJECT=FIELD,ITEM=2,COLSPAN=1,JUSTIFY=RIGHT,$
TYPE=TABHEADING,OBJECT=FIELD,ITEM=3,COLSPAN=1,JUSTIFY=RIGHT,$
TYPE=TABHEADING,OBJECT=FIELD,ITEM=4,COLSPAN=1,JUSTIFY=RIGHT,$
TYPE=TABHEADING,OBJECT=FIELD,ITEM=5,COLSPAN=1,JUSTIFY=LEFT,$
ENDSTYLE
END
-EXIT


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report 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     HFREEZE and Title/Data Width Mismatches

Copyright © 1996-2020 Information Builders