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     [SOLVED] Report with HTML Tags in Field

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Report with HTML Tags in Field
 Login/Join
 
Silver Member
posted
Hi,
I have a master file which contains html tags in one of its field. When i run the sample data i am able to see the field with tags as text but when i do a print * , empty dropdowns and buttons are created on top the report. Even htmlcss off did not affect the output

Code

TABLE FILE BASICSEARCH
PRINT *
ON TABLE SET HTMLCSS OFF
END

Master file

FILENAME=basicsearch, SUFFIX=DFIX    ,
DATASET=mreadmin/basicsearch, $
 SEGMENT=BASICSEARCH, SEGTYPE=S0, $
   FIELDNAME=PATTERN, ALIAS=PATTERN, USAGE=A40, ACTUAL=A100,
     TITLE='Pattern', $
   FIELDNAME=FILENAME, ALIAS=FILENAME, USAGE=A100V, ACTUAL=A100,
     TITLE='Filename', $
   FIELDNAME=PATH, ALIAS=PATH, USAGE=A300V, ACTUAL=A300,
     TITLE='Path', $
   FIELDNAME=LINENUMBER, ALIAS=LINENUMBER, USAGE=I5, ACTUAL=A5,
     TITLE='LineNumber', $
   FIELDNAME=LINE, ALIAS=LINE, USAGE=A1000V, ACTUAL=A1000V,
     TITLE='Line', $
 


I want them to be considered as text inside of html tags

This message has been edited. Last edited by: Aswin Ravikumar,


Webfocus 8.1
Windows x64
Excel
 
Posts: 39 | Location: Pittsburgh | Registered: July 25, 2017Report This Post
Master
posted Hide Post
Have you tried turning HTML encoding ON?
SET HTMLENCODE = ON
DEFINE FILE CAR
 HTML/A50 = '<BR><BR><BR><BR><BR><BR>';
END
TABLE FILE CAR
PRINT COUNTRY
      HTML
      CAR
END  
 
Posts: 822 | Registered: April 23, 2003Report This Post
Silver Member
posted Hide Post
Thanks David ! It worked


Webfocus 8.1
Windows x64
Excel
 
Posts: 39 | Location: Pittsburgh | Registered: July 25, 2017Report 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     [SOLVED] Report with HTML Tags in Field

Copyright © 1996-2020 Information Builders