
Crystal Reports 4.6 / VB5 Tables in Report
Hi Martin,
That is easy. You have a vector wich is the report.DataFiles(x) wich holds
the location of the various tables in the report (You can see the order of
these tables in the "remove from report" option in the "database" menu). If
you have just one table in the report, for example, you should add the code:
report.DataFiles(0) = "path\database.mdb" before you send the report into
action.
Hope this solves your problem.
Carlos Garcia
Quote:
>I have a probleme to change the location of my table in programmation with
>VB5, can you tell me how we can do that?
>Thanks