RpReport:NewCrossTabRpt()  Method

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:NewCrossTabRpt()  Method

Previous pageReturn to chapter overviewNext page

Purpose

To initialize the report designer window as a new cross-tab report.

Syntax

<oRpReport>:NewCrossTabRpt()  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:NewCrossTabRpt()

 

Note:        This method is only available in the Linkable Design Library and only when the RpReport object is instantiated as a design window.