• 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: Filemaker Pro chokes on Find command
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker Pro chokes on Find command


  • Subject: Re: Filemaker Pro chokes on Find command
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Thu, 26 May 2005 12:09:24 +1000

On 24/05/2005, at 4:52 AM, Eric Geoffroy wrote:

delete every request
display dialog “delete every request”
make new request at end
display dialog “new request”
set cell “date” of request -1 to “5/1/2005...5/30/2005”
display dialog “I am a dirty monkey.”
find
display dialog “Done”



Must be a version 6 problem. I've got 5.5 in front of me and this works fine. You may be interested to know that FMP returns a reference to the things that you make. So you make a new request and it sends back a reference to it. You can capture the reference and use it. It's much safer than saying "request -1".


delete every request
set theNewRequest to create new request at end
set cell "date" of theNewRequest to "5/1/2005...5/3/2005" -- localise the date
find




Malcolm Fitzgerald                       ph: 02 93180877
Database Manager                        fax: 02 93180530
The Australian Society of Authors      www.asauthors.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Filemaker Pro chokes on Find command
      • From: "Gary (Lists)" <email@hidden>
References: 
 >Filemaker Pro chokes on Find command (From: Eric Geoffroy <email@hidden>)

  • Prev by Date: Re: Getting Next and Previous Messages in Apple Mail
  • Next by Date: Re: Changing track name in QuickTime Player
  • Previous by thread: Filemaker Pro chokes on Find command
  • Next by thread: Re: Filemaker Pro chokes on Find command
  • Index(es):
    • Date
    • Thread