crystal report parameters field help
i am developing a windows application, I have my database in MS-Access. I want to create a crystal report which have the fields License key, Activation Date, Expiry date. I want to add parameters field in this report which will have activation date as Start date and Expiry date as End date. I have no knowledge of parameters field in crystal report. Please help me out with the coding and the steps how to add the start date and end date in the crystal report.
Nilanka DharmadasaPosted Nov 6, 2009, 2:22 AM
:)
Nilanka DharmadasaPosted Nov 6, 2009, 2:20 AM
I can help you on this.
We can add parameters for reports. But in your case, you want to add parameters for the data you have in the data set. You can pass the data set to the crystal report without passing them through parametrs.
Why you want to pass those dates as parameters.?