Calling a datetimepicker

  • Thread starter Thread starter Hugo Lefevre
  • Start date Start date
H

Hugo Lefevre

Dear,

My user has to fill in a date, but I won't put a datetimepicker immediately
at my form. So I thougt with a commandbutton, which will call the
datetimepicker, but I do not find how you can do this.

Who can help me ?

many regards,

Hugo Lefevre
 
Hugo,

What you can do is place the datetime picker on the form, and set the
visiblity to false, and then set it to true when the button is clicked.
Either that, or you can place the control on another form, and show it
modally when the button is clicked, getting the value.

Hope this helps.
 
Back
Top