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     [CLOSED] column freeze

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] column freeze
 Login/Join
 
Platinum Member
posted
Is it possible to add column freeze without using active reports?

Thanks!

This message has been edited. Last edited by: Kerry,


WebFocus 7.7.02 WinXP
 
Posts: 236 | Registered: May 12, 2006Report This Post
Expert
posted Hide Post
Have a look for HFREEZE.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Platinum Member
posted Hide Post
Thanks, but HFREEZE only freezes Headers and Footers. I'm looking for column freeze i.e..first three columns stay put and then the rest of the columns are scrollable. I know you can do this with active reporting.


WebFocus 7.7.02 WinXP
 
Posts: 236 | Registered: May 12, 2006Report This Post
Virtuoso
posted Hide Post
the HFREEZE is available from version 7.7 ?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Expert
posted Hide Post
Oops, a senior moment.

I'm sure there was a similar post in the last six months related to column freezing.

By the way, I think HFREEZE became available in 7.6.5


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
Like Waz mentions, a lot of techniques were posted in this subject. If you don't find any, this will help you.

TABLE FILE CAR
PRINT
CAR MODEL BODYTYPE SEATS DEALER_COST RETAIL_COST SALES LENGTH WIDTH HEIGHT WEIGHT WHEELBASE FUEL_CAP BHP RPM MPG ACCEL
BY COUNTRY
ON TABLE SET PAGE NOLEAD
ON TABLE NOTOTAL
ON TABLE HOLD AS RPT1 FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN, SQUEEZE=OFF, GRID=ON, $
TYPE=REPORT, CSSURL=/APPROOT/CSS/LOCKCOL.css, FONT='ARIAL', SIZE=8, $
TYPE=TITLE, COLUMN=N1, CLASS=LOCKED, $
TYPE=DATA, COLUMN=N1, CLASS=LOCKED, $
TYPE=DATA, BORDER=LIGHT, BORDER-COLOR=RGB(172 168 153), $
ENDSTYLE
END
-HTMLFORM BEGIN


!IBI.FIL.RPT1;


-HTMLFORM END

create a css folder and create the css file below:

/* lockcol.css */

div#tbl-container {
width: expression(document.body.clientWidth-20);
height: expression(document.body.clientHeight-30);
overflow: auto;
}

.locked {
left: expression(document.getElementById("tbl-container").scrollLeft);
font-weight: bold;
position: relative;
style: normal;
background-color: white;
border-top:solid;
border-left:solid;
border-width:1px;
font-family : Arial;
font-size : 8pt;
border-color : RGB(172 168 153);
padding-top: 1px;
padding-bottom: 1px;
z-index: 10;
}

This message has been edited. Last edited by: Edwin,
 
Posts: 12 | Location: Dallas, TX | Registered: November 02, 2011Report This Post
Platinum Member
posted Hide Post
Thanks, I'll give this a try..I really searched the forum for awhile before I posted about column freeze..every topic that came up was hfreeze..which is as we know only for headers and footers..btw the hfreeze code does not mesh well with firefox? Only works clean with IE. Is there a patch out there that corrects this issue? Thanks

Joe


WebFocus 7.7.02 WinXP
 
Posts: 236 | Registered: May 12, 2006Report This Post
Expert
posted Hide Post
We used to be able to do that on the Green Screens back in the Main Frame days...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Expert
posted Hide Post
Doug, you're showing your age.

The old 3270 terminals were so much easier that all this new stuff.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Hi everybody,
hi Edwin,

it seems that your solution to the Freeze problem is based on "CSS expressions" in IE. (e.g. width: expression....). Please keep in mind, that "CSS expressions" are abandoned with IE8 and higher versions and will only work in IE7 compatibility mode. All other browsers like Firefox etc. will not support CSS expressions as they are not in the CSS standard.

Regards
Linne


WebFOCUS 7.7.03
 
Posts: 67 | Registered: January 05, 2011Report This Post
Expert
posted Hide Post
quote:
you're showing your age
But, young at heart... And, Still Going Strong... Those Were The Days My Friend, I Thought They'd Never End...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Expert
posted Hide Post
I hear you Doug, 28 years doing FOCUS, and learning new things every day.

Helps fend of dementia.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report 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     [CLOSED] column freeze

Copyright © 1996-2020 Information Builders