Click here to Skip to main content
16,020,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://www.imagebam.com/image/8fffe771360420[^]

that is my sample print screen on what im try to say how can I code that where when I choose a date from the first date picker as the beginning and the end at the last date picker to just generate a report by from and to the datepicker values...


any sample program their is much appreciated...
Posted
Updated 9-Mar-10 18:51pm
v4

1 solution

You had been working on this quite long.

We suggested you of how you can achieve it. You have two calendars providing you two dates: Start date and End date.

Now just pass these two values to the SQL query for a where clause that will fetch data for reports.

Report must be running on a query/stored procedure, right? make dates as parameter to them. Make two report parameters that are start date and end date. pass those values to queries when you run the report. Queries will get you the data and will be displayed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900