in vb6 data report and crystal report. What files are needed (like .dll or.ocx) import to run report and crystal report on a customer computer?
Asked
Active
Viewed 84 times
1
-
Does "vb6 data report" mean something different than Crystal Reports? If so, what? – StayOnTarget Aug 24 '22 at 11:37
2 Answers
0
You need to run the "Package and Deployment" wizard for your application and it will pack all the necessary DLL and OCX files needed to run on your customer's computer.

VanGogh Gaming
- 416
- 2
- 6
0
It depends on how it was implemented, but normally using Crystal reports requires installing the redistribution package or the Runtime.
Here How do I redistribute a VB 6 application that uses Crystal Reports? you will also find information that may help you.

Anderson Constantino
- 420
- 1
- 6
- 19