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!

Recent content by kwalters135

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

Part and Inventory Search

Back
Top