Re: Targeting repeat in Filemaker cell
Re: Targeting repeat in Filemaker cell
- Subject: Re: Targeting repeat in Filemaker cell
- From: Jacco Rens <email@hidden>
- Date: Wed, 2 May 2001 22:48:55 +0200
tell appliation "filemaker"
set X to current record
set targetcell to "yourcellname" of X
set target to item 2 of targetcell as text
end tell
display dialog target
should work somewhat like this,
don't have a carbon version of filemaker at hand :-)
On woensdag, mei 2, 2001, at 08:44 , Jeff Munidocs wrote:
I am attempting usuccessfully to set data of a specific repeat (2nd
repeat
of 4 total repeats) in a Filemaker cell....is this possible?
Best,
jacco
Netherlands