Don't use paremeters in Command statememts.
If you want to use the params at the DB level, uses a stored procedure, define the params there and they will be created in crystal automaticlly (although you will have to use a DATETIME field ratehr than a Date field).
Otherwise make your COMMAND exclude the date filter and add that in as part of your select stamtement in crystal while using crystal built parameters in that select statement.