Focal Point
[SOLVED]Removing # of # records at the bottom of a AHTML

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

February 24, 2016, 11:07 AM
Jay Potter
[SOLVED]Removing # of # records at the bottom of a AHTML
Is there a command to remove the # of # records, Page # of # at the bottom of a Active report (AHTML)?

This message has been edited. Last edited by: Jay Potter,


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
February 24, 2016, 11:15 AM
Francis Mariani
Jay,

This should do it:

TYPE=REPORT,
   OBJECT=STATUS-AREA,
   PAGE-LOCATION=OFF,
$

There are quite a few settings, some that are new to me. See Active Technologies User's Guide > Creating Active Technologies Components With WebFOCUS Syntax > Creating an Active Technologies Report, sections 'Controlling Formatting Options for Active Technologies Reports' and 'Controlling the Pagination Options > Suppressing the Display of the Pagination Bar'.


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
February 24, 2016, 11:25 AM
BabakNYC
If you're in InfoAssist a lot of the common settings are under the Format Tab, Active Report Options.


WebFOCUS 8206, Unix, Windows
February 24, 2016, 12:09 PM
Jay Potter
Thanks Worked perfectly!


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
February 24, 2016, 01:14 PM
Francis Mariani
InfoAssist or ProfessionalProgrammer?


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
February 24, 2016, 01:54 PM
Jay Potter
Professional Programmer of course!


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster