I am binding some text fields with data from a table and everything seems OK!
But in two particular fields I need to use dates and so I altered the corresponding TextFields to DateFields so that it is more convenient to user to change dates.
The problem now is that I cannot bind the data from the table to these DateFields...
Any idea on that?