|
-
Dec 29th, 1999, 08:25 PM
#1
Can U dynamically assign a database name in a single report file ? I have 2 databases of the same structure.Depending upon criteria I want to point to the table in different databses ..
-
Dec 30th, 1999, 12:21 PM
#2
You can assign a new Database using the DataFiles Property of the Control, ie.
CrystalReport1.DataFiles(0) = "C:\MyDir\MyOtherDB.mdb"
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
[This message has been edited by Aaron Young (edited 12-30-1999).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|