Hi. This is a strange one.
I had a SearchForm for a patient database and I wanted to add "date of birth" as a selection criteria.
If you put a DateItem in a SearchForm, it is rendered as a DateRangeItem.
If you put a DateRangeItem in a SearchForm, it is rendered as a Text item.
You can see this if you go to
http://www.smartclient.com/docs/10.0....html#dateItem
and change the DynamicForm to a SearchForm.
There is no problem with DynamicForms, only SearchForms.
Andrew
I had a SearchForm for a patient database and I wanted to add "date of birth" as a selection criteria.
If you put a DateItem in a SearchForm, it is rendered as a DateRangeItem.
If you put a DateRangeItem in a SearchForm, it is rendered as a Text item.
You can see this if you go to
http://www.smartclient.com/docs/10.0....html#dateItem
and change the DynamicForm to a SearchForm.
There is no problem with DynamicForms, only SearchForms.
Andrew
Comment