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 excel you can fix the headers (columns you define...) and just the body of the table is scrollable.. it would be nice if i can do it the same way with html-forms in webfocus tables... maybe there is a option which someone knows?
if there is no chance with webfocus i'll try working with frames, but an webfocus solution would be interessting....
i'm interested in this same thing. i've just read that in html there are <thead> and <tbody> tags that are supposed to make it possible to do exactly what you want. THE guy at ibi (if you've been to Summit, you'll know) is ARt Greenhaus. He can probably figure out how to do this.
Or..you could set that report viewer option to ON SET WEBVIEWER=ON and that gives you page by page output with the header;thing is..its look is sort of institutional , but it might work for you.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
...and here is what i found: i created a holdfile called HOLDSOMETHING of the table in my FEX and in the htm-file i put the following code
[code]......
Name
City
Sales1
Sales2
!IBI.FIL.HOLDSOMETHING;
......the above TABLE is used as HEADER and between the DIV-tags there goes the DATA from the table of course you have to play with the widths and heights and second: don�t forget to blank out the title in the fex [code]... SUM NAME AS '' CITY AS '' SALES1 AS '' SALES2 AS '' ......for me it works ;-)This message has been edited. Last edited by: <Mabel>,
I know this is a very old post, but I'm trying to do exactly this. i want the headers to be locked so when someone scrolls the report the headers will stay with it. This thread may have been some help, but unless I'm missing something it looks like the key post from Ernst is missing some code that use to be there. any ideas?
------------------------------------ WebFOCUS Version 7.6.2