Re: Filemaker - since we're at it...
Re: Filemaker - since we're at it...
- Subject: Re: Filemaker - since we're at it...
- From: Tim Mansour <email@hidden>
- Date: Wed, 4 Oct 2006 12:19:03 +1000
Oops! Sorry Jay ... just realised I included one too many "current
record" contexts in that code. Should have been:
tell current record of database "start.fp5"
set theEmail to cell "KNDstamm::EmailAddress"
end tell
Hi Jay,
On 04/10/2006, at 1:21 am, Jay Louvion wrote:
Is it possible using AS to get the cellvalue from one of the
records of “KNDstamm.fp5” without physically opening it and how is
that done ?
You can't get a value from a file that isn't open--but you can get
a value from a file that's open in a hidden window, and you can get
a value from a related record. For instance if you had a
relationship that linked Name in start.fp5 to EmailAddress in
KNDstamm.fp5, then you can use AS that looks like:
tell current record of database "start.fp5"
set theEmail to cell "KNDstamm::EmailAddress" of current record
end tell
--
Tim Mansour <email@hidden>
_______________________________________________
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