• 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: A Lookup Function?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A Lookup Function?


  • Subject: Re: A Lookup Function?
  • From: Steve Thompson <email@hidden>
  • Date: Mon, 24 Jan 2011 21:37:10 +0000


On 24 Jan 2011, at 20:53, Steve Thompson wrote:

tell application "Database Events"
get record 1 of database "Phonetics" whose name = "F"
--> record id 317594819 of database "Phonetics"
get value of field "Pronunciation" of record id 317594819 of database "Phonetics"
--> "Foxtrot"
end tell

Would help if I posted the script and not the result:

tell application "Database Events"
tell database "Phonetics"
set theRecord to first record whose name is "F"
tell theRecord
value of field "Pronunciation"
end tell
end tell
end tell
 _______________________________________________
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

References: 
 >A Lookup Function? (From: Marconi <email@hidden>)
 >Re: A Lookup Function? (From: Steve Thompson <email@hidden>)

  • Prev by Date: Re: A Lookup Function?
  • Next by Date: Re: Case Sensitive Format
  • Previous by thread: Re: A Lookup Function?
  • Next by thread: Re: A Lookup Function?
  • Index(es):
    • Date
    • Thread