Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Summary information
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00750560
Message ID:
00751785
Vues:
13
Hi Gary:

You can refer to the object ReportSummaryInfo. Sample code on how to get it are as follows:

oCRApp = createobject("Crystal.CRPE.Application") && Crystal Report Application Object
oReport = oCRApp.OpenReport("c:\temp\testrept.rpt") && open a report

to get the report Title under Summary Information, you can refer to the said object as

oReport.ReportSummaryInfo.Title

or

oSummaryInfo = oReport.ReportSummaryInfo
oSummaryInfo.Title

You can get more detailed info on this in the Crystal Report Developer's Help.

By the way, I experienced a problem before with ReportSummaryInfo.Comments. I only get the first 510 characters of this text field. Watch out for this. I never came up with a solution... I hope somebody does and posts a reply to this message.


Hope this helps.

Thanks...

>Can someone tell me if ther is a way to expose the properties summary >information >associated with each crystal report file.(*.rpt)
>The properties I wish to exploit are the ones exposed under properties within the >widows explorer or summary information within the report designer.

>Any information will be appreciated.

>Thanks
>Gary
Bernard L. Omiple
VFP, SQL Server, Crystal Reports
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform