User Tools

Site Tools


takenorecords_process_empty_report_.htm
Navigation:  ABC Library Reference > ReportManager Class > ReportManager Methods >====== TakeNoRecords (process empty report) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

TakeNoRecords, VIRTUAL

blk2blue.jpg

The TakeNoRecords method implements any special processing required for a report with no records.

Member of: ReportManager

Implementation:

The OpenReport method calls the TakeNoRecords method. The TakeNoRecords method issues a message indicating there are no records, and therefore no report.

You can use the TakeNoRecords method to print a page indicating an empty report. The default action is to issue the message and print nothing.

Example:

MyReportr.TakeNoRecords PROCEDURE

CODE

PARENT.TakeNoRecords

CLI:CustomerName = 'No Customers'

PRINT(CustomerDetail)

See Also:     OpenReport

takenorecords_process_empty_report_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1