|
-
Sep 15th, 2005, 03:24 AM
#1
Thread Starter
Hyperactive Member
How to Refresh Crystal report
Hi
I am calling crystal report in VB6 but unable to refresh the report
If I change the table data report will not show...
Private Sub CmdPreview_Click()
Dim strRepName As String
strRepName = "Group_details.rpt"
Me.CrystalReport1.ReportFileName = App.Path & "\" & strRepName
Me.CrystalReport1.Action = 1
End Sub
Thanks
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
|