[Gambas-user] datacontrol date problem

Marco Ancillotti gambas at servinfo.it
Sat Jul 6 10:17:39 CEST 2019


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.



More information about the User mailing list