
How to print Crystal Report from ActiveX DLL?
i would like to instruct a class module from a VB6 ActiveX DLL to print a
pre-designed report, but how do i include the
Crystal Report 8.0 OCX in a
class module? i've tried to add a form to the ActiveX DLL project and put
the OCX in the form, later i load the form from a class module in order to
perform the print. This works fine with a standard EXE, but it gives
runtime error when i pasted the code into a ActiveX DLL project. can anyone
tell me how to do it with class module?
chung