We have hesitated to upgrade our current VB6 app that runs and exports Crystal Reports because we are eventually going to retire it in favor of 3rd party software that will do it for us. In the meantime I have been tasked to move our VB6 app that runs and exports our reports to one of our main servers for security and other varous reasons.
Locally we are using a Crystal Reports 9.0. Our VB6 app runs and exports our reports using this version. Our server we are trying to move it to has Crystal XI installed. I had to make some adjustments because of this (Late Binding) to help make this work, but I have one bug I cannot figure out. The app fails on this piece of code
rep.Export (False)
Rep obviously representing the open report object. I get a message such as this "Method '~' of object '~' failed"
This works locally using Crystal 9.0 but cannot figure out what the syntax is to get it to export in Crystal XI
If any one can offer a suggestion I would greatly appreciate it.
Thanks,
-Chris
Locally we are using a Crystal Reports 9.0. Our VB6 app runs and exports our reports using this version. Our server we are trying to move it to has Crystal XI installed. I had to make some adjustments because of this (Late Binding) to help make this work, but I have one bug I cannot figure out. The app fails on this piece of code
rep.Export (False)
Rep obviously representing the open report object. I get a message such as this "Method '~' of object '~' failed"
This works locally using Crystal 9.0 but cannot figure out what the syntax is to get it to export in Crystal XI
If any one can offer a suggestion I would greatly appreciate it.
Thanks,
-Chris