I have a date object (systemUtilitiesDate) from which a datefield (utilitiesWeekStart)gets its information. I use utilitiesWeekStart.selectedDate = systemUtilitiesDate; to set the selected date. But, the debug version of Flash Player complains with:
Error #1009: Cannot access a property or method of a null object reference. despite the fact that the datefield displays the date gleaned from the data object correctly. Any ideas please guys?

