I have an dialog based application that requires a date to be loaded and a COleDateTime control updated.
I am currently using this call to try to update the date:
It throws a Debug Assertion Failed error when doing the update, ie:
Any ideas?
I am currently using this call to try to update the date:
Code:
m_date.SetDate(tempYear, tempMonth, tempDay);
It throws a Debug Assertion Failed error when doing the update, ie:
Code:
UpdateData(false);
Any ideas?