I have a stored procedure named "deliveryparam" that takes 3 parameters -deliverystatus,fromdate,todate.
I want to pass these parameters from a windows form(to stored procedure) having 4 radio buttons for deliverystatus(the one checked is passed as a parameter) and two datepickers for fromdate and to date.
I also want the result of the stored procedure to be displayed onto the same form having the controls(radiobuttons and datepickers) as it also contains crystal report viewer.
please help am completely new to crystal reports