Re: DateBug With FileMaker Or Buggy What?
Re: DateBug With FileMaker Or Buggy What?
- Subject: Re: DateBug With FileMaker Or Buggy What?
- From: DigitEL <email@hidden>
- Date: Thu, 25 Jun 2009 04:30:22 -0700
On Jun 24, 2009, at 10:15 PM, Tim Mansour wrote:
set FMlatestDate to (cell "LatestDate" of document 1)
-- this returns the string "Sunday, June 7, 2009 12:00:00 AM"
copy (date FMlatestDate) to latestDate
The second part returns error 'Object Not Found', hmmm...?
FileMaker has a "copy" command in its dictionary, which states:
copy v : Copy an object to the clipboard
Instead, just use:
set latestDate to (date FMlatestDate)
Yep, this is it:
set latestDate to (date FMlatestDate)
I almost never use 'copy' unless implicit, ie. copy x to the clipboard.
I had used 'set' initially and resorted to 'Danny Goodman' classic...
This looks like a BUG. I will explore a test file.
ForNow
EL
-- Tim Mansour <email@hidden>
Neologica Print & Promotions (ABN 63 904 335 408)
Certified FileMaker 10 Developer
"Every moment of light and dark is a miracle." -- Walt Whitman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden