Page 1 of 1

TReport:Activate()

Posted: Sun Feb 19, 2006 2:35 pm
by Enrico Maria Giordano
The declaration and the definition are different:

Code: Select all

METHOD Activate(bFor, bWhile, bInit, bEnd, bStartPage, ;
                bEndPage, bStartGroup, bEndGroup, ;
                bStartLine, bEndLine, bChange )

Code: Select all

METHOD Activate(bFor, bWhile, bInit, bEnd, bStartPage, ;
                bEndPage, bStartGroup, bEndGroup, ;
                bStartLine, bEndLine, bChange, ;
                bPostEnd, bPostPage, bPostGroup ;
                ) CLASS TReport
The correct is obviously the second.

EMG

Posted: Sun Feb 19, 2006 3:11 pm
by Antonio Linares
Enrico,

Thanks! :)