• 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: Filemaker: referring to a "mirror" cell value
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filemaker: referring to a "mirror" cell value


  • Subject: Re: Filemaker: referring to a "mirror" cell value
  • From: Peter Baxter <email@hidden>
  • Date: Wed, 25 Jul 2007 19:47:14 +1000

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.

This means that you may have no data in the fields, or the layout is misspelled or missing, or you have not activated the layout that you wish to work on.

You could also have the file closed at the time of activating the script, and the script completes before the file is open.

You can find out which of these is happening using error statements to ensure that the fields contain data, and that the layout exists. (or even if the file exists, but that would be a bit obvious.)  
You could also put a delay in the script to ensure the file opens in time.  
You could add a line to the script to navigate to the correct layout.

There is  myriad of other possibilities depending on your original file, but these would be the first I checked.



Show me the man who enjoys any part of Bolero whatever and I will travel a long way to have a look at him.

(John Harding)

Peter Baxter
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:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Filemaker: referring to a "mirror" cell value
      • From: Jay Louvion <email@hidden>
References: 
 >Filemaker: referring to a "mirror" cell value (From: Jay Louvion <email@hidden>)

  • Prev by Date: Re: Filemaker: referring to a "mirror" cell value
  • Next by Date: Re: AppleScript-Users Digest, Vol 4, Issue 343
  • Previous by thread: Re: Filemaker: referring to a "mirror" cell value
  • Next by thread: Re: Filemaker: referring to a "mirror" cell value
  • Index(es):
    • Date
    • Thread