Hi NG, is there a possibility to pass one (or more) variable(s) to crystal reports?? i want the report to select all records from one year, for example.
Does anyone know how to change the name of the document name in the print queue? In VB6 I use the following to programmatically initiate printing: Report.PrintOut promptUser:=False, numberOfCopy:=nBond, startPageN:=1,
I need some help. I can pass a parameter to my Crystal Report Viewer; but I am stumped on how to pass more than one parameter. Below is what I am using right now to pass a parameter that feeds a parameter of a Stored Procedure: 'CRV is the CrystalReportViewer Object Name