hi emoreau, ur page is very useful... Now i overcame this error...Now its executing correctly...But i want to display a crystal report as user desire by giving his choices in a vb form....I want to learn about grouping also..i tried gouping but nothing comes in CR... Plz help me Eric....
Main Topics
Browse All Topics





by: emoreauPosted on 2009-05-14 at 03:12:30ID: 24383213
you normally provide the full dataset to a report, not just a table.
ries/Artic les/2006/0 9/Feeding- Crystal-Re ports-from -your-appl ication.as px
also, the table collections is 0-based. so if you want to access the first table, you need to provide the index 0 (ds.tables(0))
Finally, have a look at http://www.emoreau.com/Ent