• 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: Targeting repeat in Filemaker cell
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Targeting repeat in Filemaker cell


  • Subject: Re: Targeting repeat in Filemaker cell
  • From: Jean-Marie Hoornaert <email@hidden>
  • Date: Wed, 02 May 2001 22:02:06 +0200

le 2/05/2001 20:44, Jeff Munidocs a icrit :

> I am attempting usuccessfully to set data of a specific repeat (2nd repeat
> of 4 total repeats) in a Filemaker cell....is this possible?

I just test something like this :

tell application "FileMaker Pro"
set theData to get data of cell "FourRepeating" of current record
end tell
-- {"one", "two", "tree", "four"}
set item 2 of theData to "2"
set item 4 of theData to "4"
-- theData --> {"one", "2", "tree", "4"}
tell application "FileMaker Pro"
set data of cell "FourRepeating" of current record to theData
end tell

set data of cell "FourRepeating" of current record to {"", "2", "", "4"}
do not works. It set repeat 1 and 3 to empty.

Regards.
--
Jean-Marie -HOO;-)
____________________
Jean-Marie Hoornaert
email@hidden
http://www.h2o.be
Public iDisc : h2o1
AppleScripting FileMaker
French web site


References: 
 >Targeting repeat in Filemaker cell (From: "Jeff Munidocs" <email@hidden>)

  • Prev by Date: Re: "[AS]" on subject line?
  • Next by Date: Re: Targeting repeat in Filemaker cell
  • Previous by thread: Targeting repeat in Filemaker cell
  • Next by thread: Re: Targeting repeat in Filemaker cell
  • Index(es):
    • Date
    • Thread