• 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: Jay Louvion <email@hidden>
  • Date: Thu, 12 Apr 2007 10:12:37 +0200
  • Thread-topic: Scripting Filemaker 8.5.. (HEEELP)

Title: Re: Scripting Filemaker 8.5.. (HEEELP)
On 12.4.2007 6:21, "Tim Mansour" <email@hidden> spake thus:

>
> On 12/04/2007, at 9:25 am, Jay Louvion wrote:
>
>> I keep getting the same error, whatever I do: “Filemaker Pro got an  
>> error: object not found” on the first line
>
> Jay in FM7+ you need to be careful about specifying where the field  
> is, because FM now allows multiple tables in one file.
>
> For instance, your line:
>
>>     set StreetName to cellValue of cell "Adresse" of current record  
>> of document 1
>
> Should be changed to something more like:
>
> set StreetName to cell "Adresse" of current record of current layout
> or
> set StreetName to cell "Adresse" of current record of layout  
> "LayoutName"
>
> Remember that in FM7+ each layout is associated with a table  
> occurrence, and has its own found set and current record.
>
> Also, if you're referring to global fields you might use:
>
> set foo to cell "globalField" of table "tableName"
>

Might I say: You rock.

It works perfect.

Thanks a million,

j.

Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva

T+4122 840 3272
F+4122 840 3271

www.studiocasagrande.com

P Please consider the environment before printing this email.

 _______________________________________________
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: 
 >Re: Scripting Filemaker 8.5.. (HEEELP) (From: Tim Mansour <email@hidden>)

  • Prev by Date: FMP 8.5 and AppleScript
  • Next by Date: Printing to PDF
  • Previous by thread: Re: Scripting Filemaker 8.5.. (HEEELP)
  • Next by thread: RE: Scripting Filemaker 8.5.. (HEEELP)
  • Index(es):
    • Date
    • Thread