I have this formula in my Crystal Report Select Expert
Code:
{WorkOrder.WODate} >= dateTimeVar fromdate and
{WorkOrder.WODate} <= datetimevar todate
Fromdate and Todate comes from two DateTimePickers.

I don't get an error but there's no output to the report.
Anyone knows what need to be done to make it work?
Is there a way to debug Crystal Report?

Thanks,
Pierrewhy