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 strongm 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: *

  1. kwalters135

    [b]Pie Chart can't show small pieces.[/b]

    Hello, I am using CR XI R2 SP5 on Win XP Pro. I have a pie chart that will not correctly draw a piece of the pie that is less than approximately .25% of the total. Instead, the entire area of the chart is colored as if it tried to draw the problem piece on the entire area of the pie chart. It...
  2. kwalters135

    Tool Tip

    I am trying to get the 'Tool Tip' text to pop up when the mouse hovers over a field in a report in the .Net viewer for Crystal Reports XI R2 SP3. (Running on Windows XP Pro) The tool tip text will work in the Crystal Reports designer but does not work in the report viewer for .Net. Thanks for...
  3. kwalters135

    'Could not find a part of the path' error.

    I am getting an error when calling the 'ReportDocument.ExportToDisk' function. The error is 'Could not find a part of the path' The path that I am trying to export to is 5 levels deep in the directory structure. Does anyone know if there is a limit to how many sub-directories can be in the...
  4. kwalters135

    Setup and Deployment error.

    I am getting error 2908 when trying to install projects. The error is : unable to register component. We are getting this error for all projects - even ones that have not changed in months. Has something changed with the windows installer?
  5. kwalters135

    Compatibility with Office 2007

    I installed the latest patches for VS 2005, CR XI R2 SP2, and the CR XI R2 merge module. I also changed the code to use late binding for its hook into MS Outlook. We are still experiencing problems on systems with MS Office 2007. We're in the process of evaluating Installshield as a replacement...
  6. kwalters135

    Compatibility with Office 2007

    Anyone else having problems generating crystal reports on a machine that has MS Office 2007? We are getting the 'blue screen' that hangs the entire system when running a crystal report that contains graphs. Using CR XI R2 SP1, Win XP, MS Visual Studio 2005 Pro.
  7. kwalters135

    Make report choose default printer.

    In page setup, select the "No Printer" option. This should remove any printer specs from the report. When someone chooses to print the report, the printer dialog will pop up with the default printer selected - but will give the option to select a different printer. Also, be aware that when you...
  8. kwalters135

    How to remove logo from report viewer.

    That worked. Thank you!! Here is the vb code that I modeled after your C# snippet. Dim x As Integer Dim ct As ToolStrip myCrystalReportViewer.Cursor = Cursors.WaitCursor ' Hide the crystal logo that normally displays in the top right corner of...
  9. kwalters135

    Blank page printing

    I had the same problem with a report and that fixed my instance. The only other items I can think of are ones that you have probably already tried - make sure you don't have the "new page after" option checked for a section, make sure there isn't extra white space near the bottom of a section...
  10. kwalters135

    Blank page printing

    In addition to conditionally suppressing sections, make sure to suppress sections that are rolled up to where they aren't visible. Even sections that aren't in use and have been compressed to where you can't see them in design view can cause this problem if they aren't suppressed.
  11. kwalters135

    Lock down install path.

    I am using VS .Net 2005 to build the installation. The output is a setup.exe file and an .msi file. I'm not aware of a way to access any kind of script for this setup/deployment type.
  12. kwalters135

    Lock down install path.

    I would like to prevent the user from being able to change the target installation path for the application folder when installing my application. I am using VS 2005 Pro. Thanks for any ideas.
  13. kwalters135

    How to remove logo from report viewer.

    Hello. I am trying to remove the business objects logo that appears in the top right corner of the report viewer. I have searched my entire computer and deleted all logo files that resemble and match the one that is displayed in the viewer. I thought that would fix it, but somehow it is still...
  14. kwalters135

    Show hourglass.

    Hello. I'm just trying to change the cursor to an hourglass before the program starts a long process. The problem is that there is a delay (longer on slower machines) before the hourglass is shown. I've tried executing an application.doevents statement, but this does not help. I'm obviously...
  15. kwalters135

    Extra page at end of report.

    Your suggestions solved the problem. Once I suppressed the report footer, the extra page disappeared. The report footer was rolled up or compressed to where you couldn't even see it in design view - so I thought it was a non-factor. However, something about the subreport caused the report...
  16. kwalters135

    Extra page at end of report.

    Thanks for the response. I checked for the NEW PAGE AFTER to make sure that wasn't selected. It appears that the PRINT AT BOTTOM OF PAGE is causing the problem. I have a subreport that is the last thing to print on the bottom of each page (other than the page footer). I need it to print at...
  17. kwalters135

    Extra page at end of report.

    I've got a report that prints out an extra page at the end with no data - just the header and footer. The rest of the report is fine, but I can't figure out how to prevent this extra page. I am running on Win XP with CR XI R2. Thanks for any help.
  18. kwalters135

    Field format changing on its own.

    I am using CR XI R2 on Win XP. In a detail section of a report, there are numeric fields whose number format will change on its own. The numbers are formatted as (1234.00). However, when I close the report and reload it in crystal, the number format will change to custom. Within custom, it...
  19. kwalters135

    Make report choose default printer.

    Hello. I am using CR XI R2 on Win XP. I would like to configure my reports to use the default printer when a user chooses to print a report. Anyone know where to set this? I have found the option in Page Setup to set the configuration to no printer. However, from what I've read, there should...
  20. kwalters135

    Pie chart in subreport.

    Thanks for the info. I tried that, but still no chart. I have decided to create a table that contains just the values I am trying to chart. This should be pretty easy ... I am using a crystal viewer within a Visual Studio form. Thanks.

Part and Inventory Search

Back
Top