Focal Point
Remove Comments from bottom of a report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8631056262

December 21, 2007, 12:53 PM
Jud
Remove Comments from bottom of a report
Hi guys, I was wondering if anybody had any success taking out the
<!-- WebFOCUS Version 5.3.2 compiled and linked on Thu Sep 30 01:32:43
-->

From the bottom of a report that has html output
here is my code

-SET ECHO = OFF;
SET MESSAGE = OFF;

-SET &MYVAR = 'HELLO WORLD';

-HTMLFORM BEGIN
<HTML><HEAD></HEAD>
<BODY>
&MYVAR
</BODY>
</HMTL>
-HTMFORM END


SO MY OUPUT WHEN I VIEW SOURCE IS
HELLO WORLD
< !-- WebFOCUS Version 5.3.2 compiled and linked on Thu Sep 30 01:32:43 -->
December 21, 2007, 12:54 PM
Jud
im on webfocus ver. 5.3.2 if you did not notice already
December 21, 2007, 01:03 PM
GinnyJakes
I tried this in 762 and only saw HELLO WORLD.

Also you have a typo:

-HTMFORM END  


should be

-HTMLFORM END  


Maybe that is your problem.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
December 21, 2007, 01:59 PM
Jud
thanks for the post ginny, but that did not fix the problem Frowner
December 21, 2007, 02:00 PM
GinnyJakes
Maybe it is a release thing and some others with different releases can try it and give you the results.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
December 21, 2007, 06:30 PM
Darin Lee
quote:
-SET ECHO = OFF;

also should be -SET &ECHO=OFF;

But I don't know if this will fix our problem. Just being nitpicky. Smiler I'm on 7.1.6 and do not see anything except HELLO WORLD


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat