RpReport:IsValid Access

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:IsValid Access

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

To get a logical value which indicates if the RpReport object initialized correctly and can be printed.  If this access returns FALSE, do not print the report.  This access should be tested each time an RpReport object is created.

Example

// Make sure the report is valid and can be printed

if oRpReport:IsValid

// report is valid and can be printed

endif