RpReport:NewLabelRpt() Method
<< Click to Display Table of Contents >> RpReport:NewLabelRpt() Method |
![]() ![]() ![]() |
Purpose
To initialize the report designer window as a new label report.
Syntax
<oRpReport>:NewLabelRpt() 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 label report
oReport:NewLabelRpt()
Note: | This method is only available in the Linkable Design Library and only when the RpReport object is instantiated as a design window. |