|
-
May 14th, 2005, 06:29 AM
#1
Thread Starter
New Member
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
-
May 23rd, 2005, 10:17 PM
#2
New Member
Re: DataReport
Drag and drop the fields from ur data environment into ur data repoert (analysisreport)
-
May 23rd, 2005, 10:36 PM
#3
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|