Re: DateBug With FileMaker Or Buggy What?
Re: DateBug With FileMaker Or Buggy What?
- Subject: Re: DateBug With FileMaker Or Buggy What?
- From: Tim Mansour <email@hidden>
- Date: Thu, 25 Jun 2009 15:15:11 +1000
> 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)
--
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden