Results 1 to 3 of 3

Thread: DataReport

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    1

    DataReport

    I am using dataenvironment as my datasource and datareport designer to print the report.I need to view the report when a button is clicked. the code is
    Private Sub CmdPrint_Click()

    AnalysisReport.Show

    End Sub

    This cmdPrint is the name of the command object.This is placed in a form.
    But the report with null values is displayed. The fields are not retrieved from the database.When i place a break point over the line

    analysisreport.show

    the values are shown at that time.Please give me a solution for this problem
    Thanks and regards,
    Anu

  2. #2
    New Member
    Join Date
    May 2005
    Posts
    5

    Re: DataReport

    Drag and drop the fields from ur data environment into ur data repoert (analysisreport)

  3. #3
    Hyperactive Member
    Join Date
    Mar 2005
    Location
    Manila, Philippines
    Posts
    486

    Re: DataReport

    have you connect your datareport to the de and to the command?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width