Il 05/07/19 19:36, Gianluigi ha scritto: > You can try this: > -------------------------- > Dim hDate As DateBox > > DataControl1.Field = "xxxx" > hDate = DataControl1.Children[0] > hDate.Mode = 0 > -------------------------- > > Regards > Gianluigi Wow , good shot ! It work's like a charm !! thank's a lot.