Re: Targeting repeat in Filemaker cell
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