Hi,
I have created a crystal report. Now I need to generate that report by filtering it. The filteration values are entered in a VB form like ID and a date range. How do I pass these values so that the records needed are printed and not all of them. My VB code is as follow:
Private Sub Command1_Click()
CrystalReport1.ReportFileName = "C:\aporeport.rpt"
CrystalReport1.Action = 1
End Sub
Any help would be appreciated.
I have created a crystal report. Now I need to generate that report by filtering it. The filteration values are entered in a VB form like ID and a date range. How do I pass these values so that the records needed are printed and not all of them. My VB code is as follow:
Private Sub Command1_Click()
CrystalReport1.ReportFileName = "C:\aporeport.rpt"
CrystalReport1.Action = 1
End Sub
Any help would be appreciated.