Re: Filemaker: referring to a "mirror" cell value
Re: Filemaker: referring to a "mirror" cell value
- Subject: Re: Filemaker: referring to a "mirror" cell value
- From: Jay Louvion <email@hidden>
- Date: Wed, 25 Jul 2007 12:17:28 +0200
- Thread-topic: Filemaker: referring to a "mirror" cell value
Title: Re: Filemaker: referring to a "mirror" cell value
On 25.7.2007 11:47, "Peter Baxter" <email@hidden> spake thus:
Hi Jay,
I tested your script on a new file as you described containing only the fields mentioned in the AS with the following script:
I used Filemaker PRO Advanced 8.0v2
tell application "FileMaker Pro Advanced"
set FirstName to cellValue of cell "VName" of current record of layout "Eingabe" of document "KndStamm"
set LastName to cellValue of cell "NName" of current record of layout "Eingabe" of document "KndStamm"
set TelNr to cellValue of cell "T portable" of current record of layout "Eingabe" of document "KndStamm"
end tell
FirstName
It works perfectly.
Yes, if the current record of KNDSTamm is the one you need to retrieve data from. Considering I would like to get information I can see in my current record (“Offerten”) is there no way of getting this info without performing a search in another DB (“KNDStamm”)? Would seem a bit of overkill.
The version of FM I’m using is 8.5v1 (sorry for the omission)
Best,
j.
Jay Louvion
Studio Casagrande
3, rue Müller-Brun
1208 Geneva
T+4122 840 3272
F+4122 840 3271
www.studiocasagrande.com
P Please consider the environment before printing this email.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden