• 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 9 finds
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileMaker 9 finds


  • Subject: Re: FileMaker 9 finds
  • From: Joe <email@hidden>
  • Date: Mon, 10 Nov 2008 10:46:07 -0800

At 8:17 AM -0500 11/10/08, Bill White wrote:
>I'm having a terrible time porting many mission-critical scripts from FMP 6 to FMP 9 and I'm sure much of it has to do with the trouble I'm also having wrapping my head around the new table/database structures.
>
>For example, a simple find that worked in FMP 6...
>
>tell application "FileMaker Pro"
>
>
>
>	show (first record of database "Clients" whose cell "Client number" is "12345")
>
>
>
>end tell


This will work for me.

tell application "FileMaker Pro"
 show (first record of table "BBEditLists" of database "MailingLists.fp7" whose cell "Serial No." is "561")
end tell

Where "Serial No." is a text cell.

Joe
 _______________________________________________
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: FileMaker 9 finds
      • From: Bruce Robertson <email@hidden>
    • Re: FileMaker 9 finds
      • From: Bill White <email@hidden>
References: 
 >FileMaker 9 finds (From: Bill White <email@hidden>)

  • Prev by Date: Re: Help Book
  • Next by Date: Re: FileMaker 9 finds
  • Previous by thread: FileMaker 9 finds
  • Next by thread: Re: FileMaker 9 finds
  • Index(es):
    • Date
    • Thread