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] Weird App Fi problem

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Weird App Fi problem
 Login/Join
 
Member
posted
Here is the code that I am using:

APP HOLD WEBOD
APP FI FOOTER DISK WEBOD/TEST.HTM

TABLE FILE REPORTFOOTER
PRINT FOOTER
ON TABLE SAVE AS FOOTER
END

Where the FOOTER field is html code. Example:

<html>
<head>
</head>
<body>
HTML Footer Test
</body>
</html>


After I run this code, I look at the test.htm file that was saved and see this:

<html>
<head>
</head>
<body>
HTML Footer Test
</body>
</html>
%$


So I am wondering why there is a %$ on the end of the test.htm file? Has anyone dealt with this before?

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


WebFOCUS 7.6.1
 
Posts: 7 | Location: St. Paul, MN | Registered: April 04, 2006Report This Post
Expert
posted Hide Post
Probably not that weird - those are most likely carriage-return line-feed characters.

What OS are you running this on?

I just tried this on Win XP and had no problem.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Webfocus is running on Win2000 I believe


WebFOCUS 7.6.1
 
Posts: 7 | Location: St. Paul, MN | Registered: April 04, 2006Report This Post
Virtuoso
posted Hide Post
It also might be that the footer field you're accessing is a text field. If that is indeed the case, the %$ is added to indicate to whomever is reading the file that the text field ends there. It might very well be that there are more records in the file, and so you need something to indicate where a record ends.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Member
posted Hide Post
GamP, you are correct, it is a text field that we are reading. Do you know if there is a way to get rid of the %$ so that it doesn't append itself to the file?


WebFOCUS 7.6.1
 
Posts: 7 | Location: St. Paul, MN | Registered: April 04, 2006Report This Post
Virtuoso
posted Hide Post
Haven't tried this, but you might get away with defining a new field of A1000V format (for instance) and printing that field.
What I did try, and what also works, is to redefine the text field in the master to something like the A1000V - or whatever maximum size suits you best.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report 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] Weird App Fi problem

Copyright © 1996-2020 Information Builders