Avatar of Petermcg001
Petermcg001
Flag for United Kingdom of Great Britain and Northern Ireland asked on

Export Crystal Report to Word and open it

Hello

I need to export a Crystal Report to Word but I want to open the application rather than have to save to disk.

I've also got the problem that documents exported from the viewer don't seem to be editable.  

Is this possible?

Thanks.
Visual Basic.NETCrystal Reports

Avatar of undefined
Last Comment
Petermcg001

8/22/2022 - Mon
vasto

You need to export to Editable RTF . Then, in vb.net  use Shell to open the file.
Petermcg001

ASKER
Hello, thanks for looking at this.

I'm using VS2008 and I don't get Editable RTF as an export option.  Is it only available in later versions?

Thanks
vasto

Then try RTF. Export to Word is just export to RTF , but the file is renamed to doc.
Your help has saved me hundreds of hours of internet surfing.
fblack61
Mike McCracken

Are you using the Crystal version that came with Visual Studio?
If so I don't think it includes an RTF export (editable).

Have you tried exporting to PDF then opening the PDF in Word?

mlmcc
Petermcg001

ASKER
Hello, thanks for looking at this.

Yes we are using the version with VS2008. As you say the editable RTF option does not seem to be available.   We have tried exporting to PDF and opening in Word but that does not come across formatted correctly.  I think the solution is to install a PDF editor; we've tried a demo version of one and that seems to work.
ASKER CERTIFIED SOLUTION
Mike McCracken

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
vasto

I cannot see a point to purchase a PDF editor.

If you want to generate editable file you can use the free R-Tag Community edition available from here: http://www.r-tag.com/Pages/CommunityEdition.aspx
It is using newer version of Crystal runtime and supports Editable RTF
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Petermcg001

ASKER
Upgrading to VS2013 solved the problem