I am programing an interfase to capture and save data about customers. One field to capture is contract date. I found that the AnotherDatePicker is the best control to this task, because it is only necesary to capture the date and send it to a text box.
My first question is: is it true that this is the better datepicker for this case?
My second question is:how can I call the datepicker from a textbox, once it gains the focus?
My interfase is on a data.bal file and I added to the project a date.bal file to show the datepicker.
My first question is: is it true that this is the better datepicker for this case?
My second question is:how can I call the datepicker from a textbox, once it gains the focus?
My interfase is on a data.bal file and I added to the project a date.bal file to show the datepicker.