Focal Point
[SOLVED] WF 8/7704 Active HTML format not displaying column headings when No data

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

June 10, 2013, 12:53 PM
Rejoice
[SOLVED] WF 8/7704 Active HTML format not displaying column headings when No data
When no data all formats but AHTML displays column headings. We are currently using WF8 / 7704. Is this a known issue in this version where AHTML no data does not display column headings? Please advise.

Thank you

This message has been edited. Last edited by: <Kathryn Henning>,


Webfocus 8
Windows, All Outputs
June 10, 2013, 01:06 PM
njsden
Can't comment on 7.7.04 but the following works in 7.7.03M:


SET EMPTYREPORT=ANSI

TABLE FILE CAR
PRINT CAR AND COUNTRY WHERE COUNTRY EQ 'UK'
ON TABLE PCHOLD FORMAT AHTML
END



I do get report heading and column titles in an empty report.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
June 11, 2013, 08:28 AM
Ram Prasad E
Did you try SET EMPTYREPORT=ANSI

This is working fine for me.

Thanks,
Ram


WebFOCUS 8.1.05
Windows
http://ibiwebfocus.wordpress.com
https://www.facebook.com/groups/ibi.webfocus/
June 11, 2013, 06:06 PM
Rejoice
It works when I changed SET EMPTYREPORT = ON to ANSI

Thanks a lot!!!


Webfocus 8
Windows, All Outputs