Group: StrataFrame Users
Posts: 430,
Visits: 507
|
I am using the SF dateBox to store dates, and BO is set not to accept nulls, so a Blank is added in as 01/01/1800, and displays as a blank
User then selects a date, say today, and it displays as : 17-05-2012 all fine so far
User then realises he really does not want a date in the DateBox (i.e. wants a Blank date)
The only way I can see of doing this is for the user to type in 01/01/1800, which unless the user knew that this date meant 'Blank', he would have no way of changing the date to blank
Is there any way of blanking out the Date (by hitting the space bar or similar) other than having to type in a date of 01-01-1800
I have a lot of forms where , depending on some other controls on the form, the date may or may not be mandatory, so I am looking for an 'intuitive' way of blanking out the date if a date has already been entered into the control
|