knowledge-database (beta)

Current group: dbase.reports

Old Plus reports in the new version

Old Plus reports in the new version  
Paulo Pereira [APKomp Brasil]
 Re: Old Plus reports in the new version  
Jan Hoelterling
From:Paulo Pereira [APKomp Brasil]
Subject:Old Plus reports in the new version
Date:Tue, 4 Jan 2005 11:04:54 -0200
Hi!

I know there is some trick to put old dBASE PLUS reports working properly in
the new version. They appear blank to me now...
I cannot find the information any more.

Does any body can help?

Thank you in advance.

Paulo Pereira
From:Jan Hoelterling
Subject:Re: Old Plus reports in the new version
Date:Thu, 13 Jan 2005 10:33:00 -0600
Paulo,

you just need to make sure that you set the areas that are now defaulting to
a different height than before to zero. I've added the following to my base
custom report class:

with (this.reportGroup.headerBand)
height = 0.0
endwith

with (this.reportGroup.footerBand)
height = 0.0
endwith

HTH,

Jan
   

Copyright © 2006 knowledge-database   -   All rights reserved