Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About Crystal Report
Message
From
08/09/2000 11:27:42
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00414021
Message ID:
00414164
Views:
34
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,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform