Re: Scripting Filemaker 8.5.. (HEEELP)
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