Phreak Posted December 9, 2002 Posted December 9, 2002 How can I tell a crystal report object to use a dataset that is dynamically filled with a table from a database that different users will select? Quote If it works... don't worry, I'll fix it.
Phreak Posted December 31, 2002 Author Posted December 31, 2002 In case anyone else wants to know, I figured it out. report.SetDataSource(dsSeedList.Tables(CType(cmbTables.SelectedItem, String))) Quote If it works... don't worry, I'll fix it.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.