• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: DateBug With FileMaker Or Buggy What?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: DateBug With FileMaker Or Buggy What?
      • From: DigitEL <email@hidden>
References: 
 >DateBug With FileMaker Or Buggy What? (From: DigitEL <email@hidden>)

  • Prev by Date: Re: list issues
  • Next by Date: Re: list issues
  • Previous by thread: DateBug With FileMaker Or Buggy What?
  • Next by thread: Re: DateBug With FileMaker Or Buggy What?
  • Index(es):
    • Date
    • Thread