• 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: Hosted Filemaker pro 8 & applescripts go to error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hosted Filemaker pro 8 & applescripts go to error


  • Subject: Re: Hosted Filemaker pro 8 & applescripts go to error
  • From: Pauls Sloss <email@hidden>
  • Date: Mon, 26 Nov 2007 16:54:11 +1100
  • Thread-topic: Hosted Filemaker pro 8 & applescripts go to error

Title: Re: Hosted Filemaker pro 8 & applescripts go to error
Thanks Peter for your suggestion, but I think you are missing my point. I don’t have a problem creating a record on the remote hosted database. It’s going to that new record after it’s created that’s giving me the problem.

ie;

tell application "FileMaker Pro"
    tell database "test.fp7"
        go to layout 1
        set myRecord to create record
        -- OK up to here
       go to myRecord
       -- error here
    end tell
end
tell

Just to reiterate, this only happens when the database is hosted, not when it is run on a local volume.

--
Pauls Sloss
Senior Designer
The Cancer Council Victoria
1 Rathdowne Street Carlton
Vic Australia 3052
613 9635 5151
email@hidden
www.cancervic.org.au



From: Peter Baxter <email@hidden>
Date: Mon, 26 Nov 2007 15:23:57 +1100
To: Apple Script <email@hidden>
Subject: Re: Hosted Filemaker pro 8 & applescripts go to error

tell application "FileMaker Pro"
    tell database "test.fp7"
        go to layout 1
       create new record
       
    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

  • Prev by Date: Re: Script Editor rewrites my script, doesn't like its rewrite
  • Next by Date: Unable to add attachment to mail message in Leopard via Applescript
  • Previous by thread: Re: Hosted Filemaker pro 8 & applescripts go to error
  • Next by thread: Unable to add attachment to mail message in Leopard via Applescript
  • Index(es):
    • Date
    • Thread