Crystal ReportsGeneral discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
On one machine I keep getting an "operation not yet implemented" error. The CrystalDecisions website says this is due to export dll not registered properly. This is not the case as I am not exporting the data but displaying in the Crystal Report Viewer.
You must have Exportmodeller.dll,Tslv.dll dll files registered in your system for viewing or exporting try to register dll by following these two commands
"
I was missing the msvcp71.dll and msvcr71.dll.
"
when I downloaded these and put them in the same path as the previous two files the app worked perfectly.
Baash05
"We will either find a way, or make one." Hannibal www.onelineapps.com
I have tried all way which are menthioned in the post
First - I registered the ExportModeller.dll and tslv.dll.
Second - I downloaded the two file(msvcp71.dll and msvcr71.dll) files and place them on the same location where ExportModeller.dll and tslv.dll exists.
But still getting the same error............
please help me wat am i doing wrong, it's very urgent, I am using crystal report 10.
I am trying to use a crystal report as a template for printing checks.
I have encountered this same problem when I attempt to print a report with the 'GnuMICR' font used in it. I remove that label using GnuMICR and it prints fine. I'm not entirely sure how to proceed
anybody got any solution for this error?
printing CR report using PDF, or exporting to PDF. both gives error " operation not yet implemented " using VS 2005 or VS 2008
The solution for me was to remove any non standard (in this case 'standard' being those presented in the formatting drop down list) fonts from my crystal report.
I imagine there is a way to register any non standard fonts properly and therefore avoid the problem but for me it was not essential to use the non standard font and i didn't want my end users to have any issues.