I use the FilterBuilder :
The myDataSource has different types of variables, part of them are "number", part are "ntext" and part are "datetime".
As by default the "datetime" variables display SelectItem with the following pre-configured values "Today, Yestarday, Tomorrow,.. N month ago, N month from now" (see attached picture) and calendar picker.
I would like to display the datetime type WITHOUT these pre-configured values. Do I have a way to clean the pre-configured values from the "datetime" field.
I use SmartClient Version v9.0p_2014-04-23/PowerEdition
Code:
FilterBuilder filterBuilder = new FilterBuilder(); filterBuilder.setDataSource(myDataSource);
As by default the "datetime" variables display SelectItem with the following pre-configured values "Today, Yestarday, Tomorrow,.. N month ago, N month from now" (see attached picture) and calendar picker.
I would like to display the datetime type WITHOUT these pre-configured values. Do I have a way to clean the pre-configured values from the "datetime" field.
I use SmartClient Version v9.0p_2014-04-23/PowerEdition
Comment