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

Re: Filemaker Show Layout


  • Subject: Re: Filemaker Show Layout
  • From: Bruce Robertson <email@hidden>
  • Date: Sun, 11 Apr 2010 20:16:26 -0700

tell application "FileMaker Pro Advanced"
    activate

  tell document vDatabaseName
       show window 1
       do script FileMaker script  "Find My Tasks"
       go to layout “Single Layout”
   end tell
end tell

Where are you running this script? From inside FileMaker or elsewhere?

If you're running it inside FileMaker you do not need (and should avoid) the tell app FileMaker statements.

On Apr 11, 2010, at 12:27 PM, Jason Bourque wrote:

> Hello,
>
> I get this error when doing the following script. Any ideas on how to fix this? Filemaker 11 Advanced.
> Works in 10 advanced.
>
> FileMaker Pro Advanced got an error: Data is being accessed by another user, script, or transaction.
>
>
> tell application "FileMaker Pro Advanced"
>     activate
>
>     tell document vDatabaseName
>        show
>        -- do script "Find All Marketing Tasks"
>        -- do script "Sort by Date Due"
>        do script "Find My Tasks"
>
>         -- return
>        Show layout “Single Layout”
>
>
>
> Thanks,
>
> Jason Bourque
> _______________________________________________
> 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

 _______________________________________________
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 Show Layout
      • From: Jason Bourque <email@hidden>
    • Re: Filemaker Show Layout
      • From: Jason Bourque <email@hidden>
References: 
 >Filemaker Show Layout (From: Jason Bourque <email@hidden>)

  • Prev by Date: Re: Bug in AppleScript Editor
  • Next by Date: Re: Filemaker Show Layout
  • Previous by thread: Filemaker Show Layout
  • Next by thread: Re: Filemaker Show Layout
  • Index(es):
    • Date
    • Thread