• 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 Error on Do Script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FileMaker Error on Do Script


  • Subject: FileMaker Error on Do Script
  • From: Jason Bourque <email@hidden>
  • Date: Wed, 29 Sep 2010 22:28:35 -0400
  • Thread-topic: FileMaker Error on Do Script

Hello,

Does anyone else get this error when triggering a do script in filemaker
pro? Any work around I can do? I tried script triggers, but it seems
AppleScript by passes the interface to access the cells.

"FileMaker Pro Advanced got an error: Data is being accessed by another
user, script, or transaction."


tell application "FileMaker Pro Advanced"

            tell database "Marketing Landscape Image Catalog Test.fp7"
                set vRecCount to record count
                tell table "Photo Catalog"
                    set vNewRec to vFoundRecRef
                end tell

                tell vNewRec
                    set cell "Note" to vFilePath
                    set cell "Name" to vFileName
                    set cell "Date Taken" to vModDateTemp
                    set cell "Posix Path" to vPosixPath
                end tell

            end tell
            -- set cell "Picture" of vNewRec to file vFilePath

            do script "Insert Picture Applescript"

        end tell




Thank You,

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

  • Follow-Ups:
    • Re: FileMaker Error on Do Script
      • From: Tim Mansour <email@hidden>
References: 
 >Re: Script length limitations (From: Zack Jarrett <email@hidden>)

  • Prev by Date: Re: Spotlight & UI Scripting
  • Next by Date: FileMaker file is not opening correctly
  • Previous by thread: Re: Script length limitations
  • Next by thread: Re: FileMaker Error on Do Script
  • Index(es):
    • Date
    • Thread