I have a C1WebDateEdit field that has a C1WebCalendar as its WebCalendar. I set the Calendar to Popup mode. When the DateEdit contains a null value the WebCalendar pops up at Jan 1 with no year. Since the app is data driven sometimes the date value IS null and I would like the Calendar to popup at Today's date. Is there a simple way to do this?? Obviously when the DateEdit launches the popup Calendar it feeds the Calendar the current value of it's date which is Null. Have I missed a simple resolution? It looks like I could possibly write a javascript routine to override the default behavior but that seems a bit extreme for what should be a reasonably normal occurance.
Regards,
Mike
<dmmattix@cpkelco.com> wrote in message news:204354@10.0.1.98... I have a C1WebDateEdit field that has a C1WebCalendar as its WebCalendar. I set the Calendar to Popup mode. When the DateEdit contains a null value the WebCalendar pops up at Jan 1 with no year. Since the app is data driven sometimes the date value IS null and I would like the Calendar to popup at Today's date. Is there a simple way to do this?? Obviously when the DateEdit launches the popup Calendar it feeds the Calendar the current value of it's date which is Null. Have I missed a simple resolution? It looks like I could possibly write a javascript routine to override the default behavior but that seems a bit extreme for what should be a reasonably normal occurance. Regards, Mike http://helpcentral.componentone.com/cs/forums/p/75092/204354.aspx#204354
I am having the same problem is there any way i can fix this.