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