• 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: Problem with FMP 10.0v1 OS X 10.5.8
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with FMP 10.0v1 OS X 10.5.8


  • Subject: Re: Problem with FMP 10.0v1 OS X 10.5.8
  • From: Wayne Melrose <email@hidden>
  • Date: Tue, 24 Nov 2009 13:35:27 +0100


On 24. nov. 2009, at 13.29, Mark Lawrence wrote:

Hi all,

The following code always fails at the line set cell "email" to "something" with an object not found error.  The field email is on the active layout so what am I doing wrong?

tell application "FileMaker Pro"
tell database "Contacts DB"
tell table "Contacts DB"
try
delete every request
end try
set theFindRequest to create new request
tell theFindRequest
set cell "email" to "something"
find
if (count of records) is greater than 0 then
--do something
else
--- do the rest
end if
end tell
end tell
end tell
end tell

Regards,

Mark Lawrence

__________________


Are you sure that the current layout has Contacts DB as the main table? 



 _______________________________________________
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: 
 >Problem with FMP 10.0v1 OS X 10.5.8 (From: Mark Lawrence <email@hidden>)

  • Prev by Date: Problem with FMP 10.0v1 OS X 10.5.8
  • Next by Date: Re: Problem with FMP 10.0v1 OS X 10.5.8
  • Previous by thread: Problem with FMP 10.0v1 OS X 10.5.8
  • Next by thread: Re: Problem with FMP 10.0v1 OS X 10.5.8
  • Index(es):
    • Date
    • Thread