Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: N11689
  • Content: Threads
  • Order by date
  1. N11689

    Crystal XI: Gantt Chart Format Axis Label

    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...
  2. N11689

    CR for .NET Report Viewer Margins

    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...
  3. N11689

    CRXI(Rel 2) - ODBC and Parameters issue

    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...
  4. N11689

    Exporting using VB.NET 2005 Crystal for .NET assemblies(CRXI Release 2

    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...
  5. N11689

    VB.NET (2005) CrystalReportViewer (11.5.3700.0) appearance issues

    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...
  6. N11689

    .NET 2005 Merge Modules cannot run VB.NET app containing CR XI Dlls.

    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...
  7. N11689

    How to print to file using ReportDocument object model?

    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...
  8. N11689

    CrystalReportViewer vs. Crystal XI Developer: Report Appears different

    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...
  9. N11689

    VB.NET and setting CrystalReportViewer properties programmatically

    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...
  10. N11689

    CrystalReportViewer flashes...does not display in VB.NET

    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...
  11. N11689

    Upgrading vb app to vb.net to execute crystal reports

    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...
  12. N11689

    VB.NET place EXE on the network for multiuser access

    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...
  13. N11689

    Crystal XI: Executing SQL Stored Procedure mult times

    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...
  14. N11689

    Selecting Paper Orientation at runtime

    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...
  15. N11689

    Field positioning based on paper size

    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...
  16. N11689

    Object Size and Position

    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...
  17. N11689

    CRXI: Memory could not be written error printing from preview

    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...
  18. N11689

    Exported PDF (landscape) loses data on right side when printing PDF

    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...
  19. N11689

    CRXI: Barcodes not printing on new machine installed w/CR merge module

    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...
  20. N11689

    The value or range you are adding has already existed.

    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...

Part and Inventory Search

Back
Top