The issue is that Crystal always degrades the image before exporting it. It changes it to 256 colors and 96 dpi. If you do some searches in the CR knowledge base there is a solution which includes adding two entries to your registry... BitMapMagnifNumerator and BitMapMagnifDenominator. Set...
Setup:
I have a BLOB field in the details section of a subreport that displays a bitmap image which is passed to the report via an ADO recordset. Some of the records include an image and some do not. In the case that an image is not included the detail section is suppressed and an alternate...
This sounds like the method that I found but it requires me to put 30 extra textboxes onto my report just to get five stinking lines... The more I work with Crystal the less I like it. It seems as though everything I do is a hack because they haven't given me low-level access and they expect...
I've already been there, LB. The problem is that, let's say I put my lines in 'Detail A' and my textboxes are in 'Details B'. When my textboxes grow and section 'Details B' grows the section with the lines doesn't grow with it so the lines stay short...
It sounds like you boys are going...
This won't work. The problem with using the borders on my text boxes is that they can grow independently of eachother (with word-wrap) and so if only one of them has multiple lines of text then that is the only one that will have a continuous line (the others may only have one line of text)...
In the detail section of a report I have six textboxes which build a table. Each of these boxes have the Can Grow property set to true and often one or more of them have more than one line of text in them. One or more of these boxes are often suppressed depending on how many columns I need...
If you change that from WSheet.SaveAs (...) back to ActiveWorkbook.SaveAs (...) then you should be fine.
You are getting this error because WSheet is not a valid object.
Yes, the error only occurs when openning reports with subreports and some clients are able to open them and some are not. Some are able to open reports when there is data for a subreport.
Also, the reports are being passed an ADO recordset for the main report and an ADO recordset for each...
I am using CR 8.5 and ADO 3.6 to display reports in the CRViewer using VB 6.
Reports display fine as long as there are no subreports, but when there are subreports some of my client's machines are getting the error "File not found" when I try to display the report. The error is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.