RpReport:NewRpt() Method
<< Click to Display Table of Contents >> RpReport:NewRpt() Method |
![]() ![]() ![]() |
Purpose
To initialize the report designer window as a new standard report.
Syntax
<oRpReport>:NewRpt() lSuccess
Example
// initialize RpReport as the designer...
aadd(aDBS, {"C:\RP2\bit.dbf","Bit","DBFCDX",false})
oReport:=RpReport{self, aDBS}
// initialize the design window as a new report
oReport:NewRpt()
Note: | This method is only available in the Linkable Design Library and only when the RpReport object is instantiated as a design window. |