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] FORMAT HTML IN REPORTS

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] FORMAT HTML IN REPORTS
 Login/Join
 
Member
posted
i have a problem report in format html

 
TABLE FILE EMPDATA
PRINT
     LASTNAME
     FIRSTNAME
     DEPT
	 SALARY 
     HIREDATE   
	 DIV
WHERE RECORDLIMIT EQ 20
WHERE DIV EQ 'WE'
ON TABLE NOTOTAL
ON TABLE HOLD AS TABLA1 FORMAT AHTML
ON TABLE SET BLANKINDENT ON
END
-RUN
-HTMLFORM BEGIN
<html>
<head>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" bgcolor="F3F3F3">
<table border="2" align="center">
<tr>
 <td width="100%">
!IBI.FIL.TABLA1;
 </td>
</tr>
</table>

</body>
</html>
-HTMLFORM END


 


this report is ok
...
but another report not working


  

TABLE FILE EMPDATA
PRINT
     LASTNAME
     FIRSTNAME
     DEPT
	 SALARY 
     HIREDATE   
	 DIV
WHERE RECORDLIMIT EQ 20
WHERE DIV EQ 'WE'
ON TABLE NOTOTAL
ON TABLE HOLD AS TABLA1 FORMAT AHTML
ON TABLE SET BLANKINDENT ON
END

TABLE FILE EMPDATA
PRINT
     LASTNAME
     FIRSTNAME
     DEPT
	 SALARY 
     HIREDATE
	 DIV
WHERE RECORDLIMIT EQ 20
WHERE DIV EQ 'CORP'
ON TABLE NOTOTAL
ON TABLE HOLD AS TABLA2 FORMAT AHTML
ON TABLE SET BLANKINDENT ON
END
-RUN
-HTMLFORM BEGIN
<html>
<head>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" bgcolor="F3F3F3">
<table border="2" align="center">
<tr>
 <td width="50%">
!IBI.FIL.TABLA1;
 </td>
 <td width="50%">
!IBI.FIL.TABLA2;
 </td>
</tr>
</table>

</body>
</html>
-HTMLFORM END





reports are not displayed in html

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


WebFocus 7.6.9
Windows
HTML
 
Posts: 9 | Registered: October 26, 2009Report This Post
Expert
posted Hide Post
that's right.
only one Active per output page.
loaded with javascript, so can only be 1




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Silver Member
posted Hide Post
HI,
This comes with your ON TABLE HOLD sentence.
Just change your AHTML FORMAT with HTMTABLE FORMAT and it will works.


WebFocus thru Dev Studio version 7.6.11
Dev Studio on Windows Xp, Webfocus Client on UNIX basing on TOMCAT and DB2,
Reporting Server on MVS , USS and on UNIX
 
Posts: 39 | Location: France | Registered: December 10, 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] FORMAT HTML IN REPORTS

Copyright © 1996-2020 Information Builders