• 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 Pro and "field" requests
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FileMaker Pro and "field" requests


  • Subject: Re: FileMaker Pro and "field" requests
  • From: Bill Briggs <email@hidden>
  • Date: Wed, 19 Mar 2003 14:29:16 -0400

Arthur,

I can't test that version of FileMaker Pro, but you might try this syntax. It works for me here on FileMaker Pro 4 (I've got 6 on X, but didn't try that).

tell application "FileMaker Pro"
tell document 1 --> found set of records
field "Student Number" of layout 0 --> returns the list
every cell of field "Student Number" of layout 0 --> returns the list
get data field "Student Number" as list of layout 0 --> errors
get data field "Student Number" of layout 0 --> returns the list
end tell
end tell

- web


At 12:43 PM -0500 19/03/03, Arthur J. Knapp wrote:
I am experiencing frequent crashes of FileMaker Pro 5.5v2 under
system 9.2.2.

tell app "FileMaker Pro"

tell document 1 --> found set of records

field "card_number_01" --> crash

every cell of field "card_number_01" --> crash

get data field "card_number_01" as list --> crash

I do not crash when I attempt to get this field record by record
in a repeat loop... but that is extremely slow. Does anyone know
how to extract every value of a field from every record without
using a repeat loop and without causing FMP to die?

{ Arthur Knapp, of <http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m

Philadelphia : Roxborough / Manayunk / East Falls / Andorra
}
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >FileMaker Pro and "field" requests (From: "Arthur J. Knapp" <email@hidden>)

  • Prev by Date: Re: Eudora users - Did you know that...
  • Next by Date: Re: Eudora users - Did you know that...
  • Previous by thread: FileMaker Pro and "field" requests
  • Next by thread: Re: FileMaker Pro and "field" requests
  • Index(es):
    • Date
    • Thread