Lynus
Technical User
- Apr 12, 2003
- 69
I created a report in CR8. I connected it to a temporary database during design to pull the fields I needed. It is complete and saved. Now I go into VB and I add the CR object and display the report thusly:
CR1.ReportFileName = App.Path & "\ChaPrint.rpt"
CR1.Action = 1
So my problem is that it is still hinged to the temporary database. How would I go setting up an object that ties to the chaprint report and then manipulating the reports connections???
Any help appreciated.
Thanks.
CR1.ReportFileName = App.Path & "\ChaPrint.rpt"
CR1.Action = 1
So my problem is that it is still hinged to the temporary database. How would I go setting up an object that ties to the chaprint report and then manipulating the reports connections???
Any help appreciated.
Thanks.