«event XUVJdtdl» Error
«event XUVJdtdl» Error
- Subject: «event XUVJdtdl» Error
- From: Les Cavanagh <email@hidden>
- Date: Tue, 10 Apr 2001 10:41:19 +1000
My Transfer to Filemaker for Outlook Express Script is Broken with OS 9.1
I get an error message:
Couldn't get information about the message because date "Tuesday, 3 April
2001 11:46:16 AM" doesn't understand the +event XUVJdtdl; message.
The relevant part of the script looks like this:
-- converts date to {mm/dd/yyyy, h:mm:ss}
on ConvertDate(dateRec)
set {theYear, theMonth, theDay, theHour, theMinute, theSecond,
dayOfWeek} to +event XUVJdtdl; dateRec
--set theTime to (theHour as string) & ":" & my Pad(theMinute) & ":" &
my Pad(theSecond)
-- 3.1 handle international time formats
set theTime to time string for dateRec
set theDate to date string for dateRec in short format
return {theDate, theTime}
end ConvertDate
(Line Wraps inserted to this message by Outlook)
Why is this happening?
This script worked fine with OS 9.0.4
--
Regards,
Les Cavanagh
Certified Apple Engineer
0419 946 637
email@hidden