• 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: Scripting Filemaker 8.5.. (HEEELP)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scripting Filemaker 8.5.. (HEEELP)


  • Subject: Re: Scripting Filemaker 8.5.. (HEEELP)
  • From: Malcolm Fitzgerald <email@hidden>
  • Date: Thu, 12 Apr 2007 11:27:19 +1000


On 12/04/2007, at 9:25 AM, Jay Louvion wrote:


Has anyone noticed some sensible changes in FM Pro 8, regarding AS?

It's 95% the same. You need to find a soft-walled office to work in while you sort out the 5% difference. ;-)



tell application "FileMaker Pro"
    set StreetName to cellValue of cell "Adresse" of current record of document 1
    set zipCode to cellValue of cell "plz" of current record of document 1
    set TownName to cellValue of cell "Ort" of current record of document 1
    set StreetName to my FindReplace(" ", "+", StreetName)
    set theURL to "http://www.viamichelin.co.uk/viamichelin/gbr/dyn/controller/ mapPerformPage?strAddress=" & StreetName & "&strCP=" & zipCode & "&strLocation=" & TownName & "&strCountry=EUR&image2.x=0&image2.y=0"
    getURL theURL
end tell

I keep getting the same error, whatever I do: “Filemaker Pro got an error: object not found” on the first line

The "object not found" error means that Filemaker can't see the thing you're talking about.


The syntax works for me, check that you are referring to a document or layout that contains the cells you want.

malcolm
_______________________________________________
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
References: 
 >Scripting Filemaker 8.5.. (HEEELP) (From: Jay Louvion <email@hidden>)

  • Prev by Date: Re: Scripting Filemaker 8.5.. (HEEELP)
  • Next by Date: Re: Scripting Filemaker 8.5.. (HEEELP)
  • Previous by thread: Re: Scripting Filemaker 8.5.. (HEEELP)
  • Next by thread: Re: Scripting Filemaker 8.5.. (HEEELP)
  • Index(es):
    • Date
    • Thread