• 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: Stepping through a found set in FileMaker Pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Stepping through a found set in FileMaker Pro


  • Subject: RE: Stepping through a found set in FileMaker Pro
  • From: "Sprague, Graham" <email@hidden>
  • Date: Wed, 19 Sep 2001 17:24:32 -0400

You might want to consider handing off the stepping proccess to FileMaker
Pro and use the ScriptMaker to do the work for you. Store your results in
global fields and then pass the data back to AppleScript as needed.

> ----------
> From: Eric Schult
> Sent: Wednesday, September 19, 2001 5:16 PM
> To: email@hidden; email@hidden
> Subject: RE: Stepping through a found set in FileMaker Pro
>
> > I have a basic script that steps through every record in a FileMaker Pro
> > database, but this gets rather slow with a database that has thousands
> > of records. Is there a way to address records in a found set?
> >
> > I currently use this in a loop: go to record x of database dbname. Then
> > reference the current record to do what I need to do. Is there a similar
> > go to found record x of database dbname?
>
> Yes. Change "go to record x of database dbname" to "go to record x of
> document dbname" and you will only loop through the found records. In
> Filemaker, a document is a child of a database which includes only the
> found
> records.
>
> wes
> _______________________________________________
> applescript-users mailing list
> email@hidden
> http://www.lists.apple.com/mailman/listinfo/applescript-users


  • Prev by Date: scripts run slower with event log open???
  • Next by Date: RE: Droplet for CD
  • Previous by thread: RE: Stepping through a found set in FileMaker Pro
  • Next by thread: Having trouble with a QuickTime script
  • Index(es):
    • Date
    • Thread