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!

Recent content by N11689

  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 and setting CrystalReportViewer properties programmatically

    Yes, I know we can set them to true/false, but how do I set the crystalreportviewer.showgrouptreebutton = objreportdocument's group tree setting? We have a 'generic' vb.net app that executes our reports. The reports are not embedded in our vb.net app, we load the report using the...
  6. 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...
  7. N11689

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

    Actually, discovered that we were using the CrystalReports11_5_NET.msm merge module, not the CrystalReports11_5_NET_2005.msm merge module. Just created another install package (using InstallShield) adding the CrystalReports11_5_NET_2005.msm merge module this morning and finished testing. The...
  8. 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...
  9. N11689

    How to print to file using ReportDocument object model?

    Thanks, but we need to export the file as is. We don't want to 'format' it to excel, word, pdf, etc. We create a postscript file that we use to fax, but we need to export it to a directory in its postscript format. Therefore, we cannot export it as a pdf or any other format. Just need to...
  10. 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...
  11. 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...
  12. 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...
  13. N11689

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

    Thank you so VERY much! I have spent so much time trying to figure this out, and it was just adding one word. I was using Form1.Show(). I just added Dialog to the end per your suggestion and it works like a charm. Can you please quickly tell me the difference between Form1.Show() and...
  14. 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...
  15. N11689

    Upgrading vb app to vb.net to execute crystal reports

    After working with Business Objects, we found that although we are not creating our Crystal Reports using the version of Crystal embedded in VB.NET (rather developing the reports in Crystal XI developer), we needed to upgrade to Crystal XI Release 2 (with Service Pack 2...the latest release to...

Part and Inventory Search

Back
Top