I have a gantt chart in my Crystal report. I have the axis label set to Arial 6pt bold. However, the font that is printing is more like 12 pt bold. The axis label is wrapping or truncated and unreadable on the report.
How can I format the font to actually be 6pt?
Has anyone else had...
I am using VB.NET (2005) as an interface between our software application and Crystal Reports to display the Crystal Reports we have developed (in Crystal XI Release 2).
I have created a .NET solution with a module and a form. All the coding is done in the module. I use Form1.ShowDialog() to...
I have a Crystal Report (CR XI Release 2) that has a datetime parameter (static). When I create the report (in Crystal) I use and ODBC driver and then run the report by entering a date. I have the Set to Null checkbox unchecked for this parameter. The report runs, I save it (with the Save...
In our VB6 app, we used RDC (CRAXDRT) Export method to prompt the user for the export format type and the destination for that exported format for a report.
We are upgrading our VB6 programs to VB.NET 2005. Business Objects recommends using the Crystal Reports for .NET assemblies rather than...
When I preview my report in my vb.net application using the CrystalReportViewer, the report appears in the viewer as though it has a 1 inch margin around the entire report. If I print from preview, the results are the same.
As a result, data on the report is truncated.
If I run the report in...
We have created a VB.NET (2005) application that uses the 11.5.9708.826 Crystal dlls (CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.Shared.dll, etc)
The VB.NET app uses the ReportDocument object model to load the Crystal Report (created in Crystal XI, not in Crystal embedded...
We used to use the PrintOutEx method in our old VB6 program (when using RDC). Now, with VB.NET, we have switched to using Crystal Reports for .NET. I need to print a report to a file, but the PrintOutEx mehod is no longer available.
How do you print to a file using Crystal Reports for .NET...
I have reports written in Crystal XI Release 1. I currently have Crystal XI Release 2 with Service Pack 2 installed. I am running the report through my VB.NET application using the CrystalReportViewer.
When the report is previewed from VB.NET, the fonts are not displayed the same as they are...
I am using the .NET assembly for Crystal Report in my VB.NET application. My Crystal Report, however, was not developed in VB.NET. It was developed in Crystal Report XI Release 2 (with Service Pack 2).
I am using the VB.NET (2005) app to execute the report (preview and print).
I have a...
I am writing a VB app where I want the report to preview from within a module.
I have an object of type CrystalDecisions.CrystalReports.Engine.ReportDocument
I am using that object's load event to point to the path where the Crystal Report resides. This report is not embedded within VB.NET...
We have created all of our reports in Crystal XI (outside of VB.NET). The reports execute SQL stored procedures with input parameters. The number of input parameters will vary from report to report. The reports are located in our main application which executes a generic vb program that will...
We are having the same exact issue as thread:
thread796-1198879
This thread, however, has been closed, so I need to begin again.
We previously used VB6 to deploy .exe files for runtime.
VB6 deployment pretty much just required copying the .exe to the network where it would be run from.
We...
All of our Crystal Reports run SQL stored procedures.
I have two reports.
One was created pre-Crystal XI then converted to Crystal XI by opening and saving in Crystal XI...no other changes.
I have another 'new' report created from a converted 'template' report. By converted, I mean the...
We distribute runtime Crystal Reports to clients.
Some of our clients need to print a report (created in portrait format) as a landscape orientation report. Yes, this will leave a wide right margin, but this is how they would like the report.
Problem: Crystal 9 removed the Default Properties...
Does anyone know if there is a function in Crystal that knows what paper size the report is about to print to?
Reason for this:
Need to be able to position the beginning of a field based on whether the paper size is Letter or A4 paper. Want to be able to set the X: coordinate in Object Size...
I need to change the X coordinate of a field on a report based on the value of the field. I entered the following formula in the formula box for the X: coordinate:
IF {field.value} = n
Then 1.00
Else 1.50
So, if the {field.value} = 1 then I want to position the beginning of the field at 1.00...
Have a landscape orientation Crystal XI report. I preview the report (through our own application via a VB program), and as soon as I click the print icon in preview, I get the following error:
The instruction at "0x77fcb90b" referenced memory at "0x30303034". The memory could not be...
We have a Crystal Report (v9) that was exported to PDF on a machine with Adobe Acrobat 6.0.
We open the report on a machine with Crystal Reports (v9) developer and Adobe Acrobat 5.1. When we print the report to any printer (regardless of printer) from this machine, the report 'loses' about...
We are using the Crystal XI Merge Modules to install runtime files on a machine.
We have a report that can print barcodes using either the Azalea 39 (c39half.ttf) or Azalea 128 (Code128w.ttf) barcode fonts.
These barcodes printed fine in Crystal 9, and if we upgrade our Crystal 9 runtime...
Running a report in Crystal XI through our VB application. The only change made was to Set Datasource to a different database. Report is based off a stored procedure. The stored procedure has not changed. Can run the report fine from within Crystal, but suddenly the VB program errors with...
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.