Re: odd Crystal Reports printing problem
Download the test app in KBA 2163438, it's attached at the bottom of the page, and run it using a report with saved data. See if you get the same error. The app will also tell you if you are using...
View ArticleRe: Questions on moving XI R2 to 2013
Verify on First Refresh I believe was also available in XI - by default it's turned on. For your existing reports, you'll have to turn it off for each individual .rpt. -Dell
View ArticleRe: Logon Failed Error
Hi Kanthi, Can you attach the bad report? I can run it through my main test app and see if any errors are noticed. Also, when using MS SQL Server 2014 you must use the SQLNCLI11 client dll, as Ludek...
View ArticleRe: Inserting the internal report revision number in the printout
Wrong, Do not install the runtime on your DEV PC. Uninstall it and use the first link to integrate into VS, when adding CR assemblies do not use the Browse button, use the .NET tab when adding...
View ArticleRe: Questions on moving XI R2 to 2013
Thank you. I am wondering if the bug with the service pack we are on XI R2 SP3 isn't using this Verify on First Refresh option correctly and we just need to upgrade to really see this help performance....
View ArticleRe: odd Crystal Reports printing problem
Don, Sorry. I don't see the attachment you refer to. As I tried to explain originally, the error only occurs when the program runs on a machine other than my development machine. I thought I do not...
View ArticleRe: Inserting the internal report revision number in the printout
OK. Apparently did I misread the docs. I have followed yor advice, but cannot find KBA 2133438? This is what I have now:I took out the annoying paths so that the code again reads:#using...
View ArticleRe: ASP.NET CrystalReportViewer error "Line: 12 Error: Unable to get property...
Hi Ludek, I did what you mentioned and nothing changed, but I found what the problem which is when I add the CrystalReportViewer ID it prompt the error, so I stopped using it for now.
View ArticleRe: Crystal Reports APS.NET Viewer in IE 10
Hi, For now I used the code below: <meta http-equiv="X-UA-compatible" content="IE=9,chrome=1" /> All service packs didn't resolve the issue.
View ArticleRe: Inserting the internal report revision number in the printout
Thanks! Well, that was.... comprehensive! I will have to take a peek at the source to see how you do the runtime version check. I was told many moons ago that it was not possible. But I see that you...
View ArticleRe: Crystal Viewer Binding errors
Hi George, Thanks for the reminder. I looked at the case and DEV said there is nothing we can do to fix the binding errors. He suggested you contact Microsoft and report the issue. He did find one...
View ArticleRe: odd Crystal Reports printing problem
Using Process Monitor and look for missing dll's or access denied errors. You have download the sample app attached to the KBA. It is the last thing in the KBA: AttachmentsFile NameFile Size (KB)Mime...
View ArticleRe: Crystal Report for Visual Studio 2013 Support Pack 14 (v.13.0.14.1720)
After understanding the version convention SAP has for assembly and file, i used this version in web.config and aspx file, 13.0.2000.0 instead of the file version 13.0.14.1720. Is this correct...
View ArticleRe: Inserting the internal report revision number in the printout
Correct, All of our installers always adds the engine so it's safe to go get it for version number. I also used the Appdomain and there are other ways to get them. Thanks againDon
View ArticleRe: Logon Failed Error
Search for KBA that enables CRLOGGER and it will give you more details. Don
View ArticleRe: Logon Failed Error
There are still errors in the formula, field name is not known. Run the report in CR Designer and set location to your data source and confirm it does work. If it doesn't work in CRD then it will not...
View ArticleRe: Crystal Report Viewer hangs in IE 11 while trying to export reports
Try a report with saved data and one that does not use Parameters. Likely a pop-up being blocked. Don
View ArticleRe: Trouble loading image from disk at report runtime
Hi Jeff, Doing it that way will only refresh the image on initial load. Check the formula, use a full path and don't try to build it to see if that works. But remember it only open the image on the...
View ArticleRe: Microsoft Windows Update KB3078601 is giving errors in Crystal reports;...
Hi Fred, I'm curious, did MS say how they are checking the fonts to see if there is a security issue or not? This may not be a problem with CR but with the font makers in which case there is nothing we...
View ArticleRe: errors when calling Crystal report from dotnet
So, this is what i did:- The application has been upgraded SDK wise from XI R2 to CR 2008 to CR Server 2013.The application basically is designed to access reports from the disk as well as from the BI...
View Article