In my testing here with D7, I do not encounter any issues. I used the Demos\EndUser\ReportExplorer example.
In my testing, the Time picker does not allow 0, it always changes it to 12. (I am running Windows 7, so perhaps it works differently in older versions of Windows.)
If you only want to search on Date, then I recommend specifying a default date value for the Query Designer Search Item. If you do that, then only the Date picker will be displayed. Another alternative, is to define a Report.Parameters[ ] item and set its DataType to dtDate and enable the AutoSearchSettings. Then use the Query Deisgner to bind the search condition to the Parameter.
-- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
In my testing here with D7, I do not encounter any issues. I used the
Demos\EndUser\ReportExplorer example.
In my testing, the Time picker does not allow 0, it always changes it to 12.
(I am running Windows 7, so perhaps it works differently in older versions
of Windows.)
If you only want to search on Date, then I recommend specifying a default
date value for the Query Designer Search Item. If you do that, then only
the Date picker will be displayed. Another alternative, is to define a
Report.Parameters[ ] item and set its DataType to dtDate and enable the
AutoSearchSettings. Then use the Query Deisgner to bind the search condition
to the Parameter.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com