• 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
FileMaker Pro Hierarchy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FileMaker Pro Hierarchy


  • Subject: FileMaker Pro Hierarchy
  • From: "Steve Valenti" <email@hidden>
  • Date: Tue, 18 May 2010 11:49:41 -0400
  • Thread-topic: FileMaker Pro Hierarchy

Can someone explain why these first two scripts can’t address the show command but the third one can? Does one need to come back out of the hierarchy just to address the show every record? In this first script a record is an element of a layout, a layout is an element of a window and a window is an element of the application. Can’t see why this isn’t addressed correctly. Thanks…

 

 

tell application "FileMaker Pro Advanced"

          tell window "NameOfWindow"

                   tell layout "NameOfLayout"

                             show every record --errors here

                   end tell

          end tell

end tell

 

tell application "FileMaker Pro Advanced"

          tell database "NameOfDataBase.fp7"

                   tell layout "NameOfLayout"

                             show every record --errors here

                   end tell

          end tell

end tell

 

tell application "FileMaker Pro Advanced"

          show every record of database "NameOfDataBase.fp7" --Works

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

  • Follow-Ups:
    • Re: FileMaker Pro Hierarchy
      • From: Bruce Robertson <email@hidden>
    • Re: FileMaker Pro Hierarchy
      • From: Yvan KOENIG <email@hidden>
  • Prev by Date: Re: Getting Info from the Finder
  • Next by Date: How to sve a image from Word document to hard disk
  • Previous by thread: Applescript + FileMaker at PauseOnError Portland
  • Next by thread: Re: FileMaker Pro Hierarchy
  • Index(es):
    • Date
    • Thread