I have created a report (Version 7) which will print orders with orderlines based on an orderID passed from Visual Basic 6.0.
I use the OCX and have the following code:
with CrystalReports1
.ReportFileName = App.Path & "\rptReport.rpt"
.SelectionFormula = "{tblOrder.OrderID}= & DblOrderID
.Action = 2
End With
What steps in the Report Designer do I have to take in order to set the parameter field in the reportdesigner to the orderID I pass from VB?
Thanx,
Jasper
I use the OCX and have the following code:
with CrystalReports1
.ReportFileName = App.Path & "\rptReport.rpt"
.SelectionFormula = "{tblOrder.OrderID}= & DblOrderID
.Action = 2
End With
What steps in the Report Designer do I have to take in order to set the parameter field in the reportdesigner to the orderID I pass from VB?
Thanx,
Jasper