Re: Master-detail don't work??? (MasterField type Date/Time)



Thanks for the suggestions.

Indeed, having a DateTime proved to be a bad idea.
I changed the format of this field to its string representation:
FormatDateTime('yyyymmddhhnnss')
It works fine now.

.