• 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: Some problems with FileMaker Pro 8
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Some problems with FileMaker Pro 8


  • Subject: Re: Some problems with FileMaker Pro 8
  • From: Bruce Robertson <email@hidden>
  • Date: Tue, 23 May 2006 16:23:10 -0700

>> You do not need to direct your statements to a specific layout, neither by
>> name nor ID.  This is actually an improvement from previous versions.
>>
>> You need only to direct your statements to the _table_ (and record, of
>> course) which contains the target cell.
>>
>> Even when you are currently physically viewing Layout One (for example), and
>> you wish to set the value of a field that is on Layout Two (for example),
>> then you need only say:
>>
>> --
>>
>>   tell database 1
>>     tell table "Ysunza" to set cell "Field 4" to "hello dolly"
>>   end tell
>>
>> --
>>
>> ...where 'Field 4' is not present on the current (visible) Layout One, but
>> is present in the current table, 'Ysunza'.
> Very useful, I'm gone to try to resolve the issue that way.
> Thanks for your valuable help

Gary left out a bit of information regarding records. He mentioned the
subject, then stopped.

Only layouts have current records and found sets. Tables do not have a
current record and do not have a found set, you cannot do a find in a table.

You will need to refer to the record by ID or some other value.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Some problems with FileMaker Pro 8 (From: CYB <email@hidden>)

  • Prev by Date: RE: To shell or not to shell (was Re: URL Access Redux)
  • Next by Date: RE: To shell or not to shell (was Re: URL Access Redux)
  • Previous by thread: Re: Some problems with FileMaker Pro 8
  • Next by thread: Scripting TextEdit, round II
  • Index(es):
    • Date
    • Thread