|
-
Mar 14th, 2009, 11:56 PM
#1
Thread Starter
New Member
Re: VB6 and CrystalReport 9
This is the code:
Private Sub mnuProgressReport_Click()
Set oReport = CreateObject("Crystal.CrystalReport")
With oReport
.DataFiles(0) = MsSQLDB.Name
.ReportFileName = ReportsDir & "rptProgress.rpt"
.Destination = crptToWindow
.Action = 1
End With
End Sub
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
|