• 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 8 and Do Scripts Errors!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FileMaker Pro 8 and Do Scripts Errors!


  • Subject: FileMaker Pro 8 and Do Scripts Errors!
  • From: Jason Bourque <email@hidden>
  • Date: Mon, 26 Sep 2005 09:38:10 -0400
  • Thread-topic: FileMaker Pro 8 and Do Scripts Errors!

Hello,


I get this error when trying to set cell data after a do script call. Any
Ideas?


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


tell application "FileMaker Pro 8"
    activate

    tell database "To Do List.fp7"

        do script "New Record"

        delay 1

        tell window 1
            tell current record
                set cell "Task Name" to vTextSelection
                set cell "Requested By" to vSendersFirstName
                set cell "Task History" to vEmailContent
            end tell
        end tell
    end tell
end tell



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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: FileMaker Pro 8 and Do Scripts Errors!
      • From: Bruce Robertson <email@hidden>
    • Re: FileMaker Pro 8 and Do Scripts Errors!
      • From: "Gary (Lists)" <email@hidden>
    • Re: FileMaker Pro 8 and Do Scripts Errors!
      • From: Wayne Melrose <email@hidden>
References: 
 >Re: Dave Lyons (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Font info from Applescript
  • Next by Date: Re: FileMaker Pro 8 and Do Scripts Errors!
  • Previous by thread: Re: Dave Lyons
  • Next by thread: Re: FileMaker Pro 8 and Do Scripts Errors!
  • Index(es):
    • Date
    • Thread