Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About Crystal Report
Message
De
08/09/2000 11:27:42
Walter Meester
HoogkarspelPays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00414021
Message ID:
00414164
Vues:
36
Antonius,

>I have problem to change the name of table in crystal report.
>how can a report form used by many names of table (allways diffrent).
>how is the syntax ?
>
>Thank's For all advise.

It is depending on what strategy you use to handle Crytal Reports. Search the helpfile for Database and location.

when using CRPE am controller:
oEngine= CREATEOBJECT("Crystal.CRPE.Application")
oReport= oEngine.openreport(cReportname)
FOR nI = 1 to nNumberOftables
    oReport.Database.Tables.item[nI].location = cYourCustomLocations[nI]
ENDFOR
oReport.Preview
This is only a simple example. Search your helpfile and here on the UT for Crystal. There is lots of info...

Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform