Crystal Report

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Harish

    Crystal Report

    I am using Dataset in Crystal report. I have five tables that are joined.
    When I run the program, the reports takes about 5-8 min to fill the data.
    Please give me some suggestion, so that I can execute my reports faster.

    Thanks
    harish
  • Hal Rosser

    #2
    Re: Crystal Report

    Print the reports from VB instead of using Crystal Reports.

    "Harish" <Harish@discuss ions.microsoft. com> wrote in message
    news:2D2C476F-FAB6-42BE-8DB2-D21317505B37@mi crosoft.com...[color=blue]
    > I am using Dataset in Crystal report. I have five tables that are joined.
    > When I run the program, the reports takes about 5-8 min to fill the data.
    > Please give me some suggestion, so that I can execute my reports faster.
    >
    > Thanks
    > harish[/color]


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


    Comment

    • Harish

      #3
      Re: Crystal Report

      Thanks for your prompt reply.
      The problem is I want to show user the report, after that user can print the
      pages that they want.


      "Hal Rosser" wrote:
      [color=blue]
      > Print the reports from VB instead of using Crystal Reports.
      >
      > "Harish" <Harish@discuss ions.microsoft. com> wrote in message
      > news:2D2C476F-FAB6-42BE-8DB2-D21317505B37@mi crosoft.com...[color=green]
      > > I am using Dataset in Crystal report. I have five tables that are joined.
      > > When I run the program, the reports takes about 5-8 min to fill the data.
      > > Please give me some suggestion, so that I can execute my reports faster.
      > >
      > > Thanks
      > > harish[/color]
      >
      >
      > ---
      > Outgoing mail is certified Virus Free.
      > Checked by AVG anti-virus system (http://www.grisoft.com).
      > Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004
      >
      >
      >[/color]

      Comment

      • Hal Rosser

        #4
        Re: Crystal Report

        You can do that with the PrintPreviewDia log control in conjunction with the
        PrintDocument control.
        Sounds like you really want to stick with Crystal Reports

        "Harish" <Harish@discuss ions.microsoft. com> wrote in message
        news:F7CB42EB-BDC3-4EA3-9672-4861D434E296@mi crosoft.com...[color=blue]
        > Thanks for your prompt reply.
        > The problem is I want to show user the report, after that user can print[/color]
        the[color=blue]
        > pages that they want.
        >
        >[/color]


        ---
        Outgoing mail is certified Virus Free.
        Checked by AVG anti-virus system (http://www.grisoft.com).
        Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


        Comment

        Working...