Link to home
Start Free TrialLog in
Avatar of fmichail
fmichailFlag for Canada

asked on

exporting a crystal reports programatically

I want to programatically export a crystal report (version 7) into a rich text format to a file using the crystal report control. The logic on a high level should be as follows:

assign all contro properties
cr control.action=1
cr.export to a file
close the report

Can some one tell me how to do that using VB6 and the crystal report control, and using a rich text format.
Thanks


ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fmichail

ASKER

Dear mlmcc
Thank you very much