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     no heading in report, but " " in html code

Read-Only Read-Only Topic
Go
Search
Notify
Tools
no heading in report, but " " in html code
 Login/Join
 





...[/code]this code here is placed above the table, which is created.. and i don�t want to appear it...
what could be the reason for this? and how can i supress this code? anyone got an idea??

greetings from austria!!
--
ernst

This message has been edited. Last edited by: <Mabel>,
Silver Member
posted
Hi!
Another Problem i have...
I am creating reports, and i don�t want headings: no report-, subhead-, table-headings or whatever..
i don�t write any statement into the fex (working with texteditor) but when i run the fex (default html output) there is always the space, where heading would be... here is the html-code-snip i get from the output:

...

 

 
 
Posts: 30 | Registered: September 22, 2003Report This Post
Platinum Member
posted Hide Post
To supress leading blank lines (producing &nbsp; characters), try the same report with a previous
SET PAGE=NOLEAD.

Regards,
Mikel
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
Silver Member
posted Hide Post
Thanx Mikel,

I tried your suggestion, but didn�t work... Confused
 
Posts: 30 | Registered: September 22, 2003Report This Post
Platinum Member
posted Hide Post
What release do you have?
Could you publish a litle example of your report?

I haven't this problem.

Regards,
Mikel
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
Silver Member
posted Hide Post
Hi Mikel.. Here is the code ox my FEX..
nothing uncommon i think?!

The Release ist Webfocus Developer Studio 523


JOIN STUNDEN.BEZEICH IN stunden TO ALL ORDERS.ORDERS IN orders AS J0
TABLE FILE STUNDEN
SUM
STD
BY
ORDERS
BY
AUFTRG
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA,
COLUMN=N2,
FOCEXEC=DRILL_B(Auftrag=N2),
$
ENDSTYLE
END

This message has been edited. Last edited by: <Mabel>,
 
Posts: 30 | Registered: September 22, 2003Report This Post
Platinum Member
posted Hide Post
I have tried your query (using CAR file):


TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA,
COLUMN=N2,
FOCEXEC=DRILL_B(Auftrag=N2),
$
ENDSTYLE
END[/code]And effectively, we have one leading blank line.
But you have in your report the sentence
ON TABLE SET PAGE-NUM OFF.

If I change this SET value for this one:

ON TABLE SET PAGE-NUM NOLEAD

The blank line dissapears (release 5.2).
Try it again.

Regards
Mikel

This message has been edited. Last edited by: <Mabel>,
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
Silver Member
posted Hide Post
Hi there! think i got a solution...

i had the problem (like many others here) with 2 or 3 empty lines above a table.
and now i found out, from where these blanks " " come frome:
in the settings of the table, if you write:

SET LINES = 998 or less, then there are NO empty lines above..
but if you write
SET LINES = 999 or more than 999 you GET this ugly empty lines..
of course you also have to switch on the settings
ON TABLE SET PAGE-NUM NOLEAD
...

maybe you can post me if you make the same experiences...
in our office we use webfocus 5.2!
 
Posts: 30 | Registered: September 22, 2003Report 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     no heading in report, but &quot;&amp;nbsp;&quot; in html code

Copyright © 1996-2020 Information Builders