• 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
FMP 5.5, Applescript, MacosX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FMP 5.5, Applescript, MacosX


  • Subject: FMP 5.5, Applescript, MacosX
  • From: Joakim Jardenberg <email@hidden>
  • Date: Sat, 8 Jun 2002 18:12:57 +0200

MacOSX 10.1.5
FMP 5.5v2
AppleScript 1.8.2b3

I run this script:

tell application "FileMaker Pro"
set vOutList to ""
set checkList to choices of field "winListTot"

repeat with checkNumber in checkList
show (every record of database 1 whose cell "winTot" = checkNumber)
set vresult to count record of first document
set vOutList to vOutList & (vresult) & return as string
end repeat

end tell

And it takes FOREVER even on the smallest db. And I see zillions of these in the console:

*** malloc[325]: Deallocation of a pointer not malloced: 0x5d7aef0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug

Anybody know whats up? And if not, suggestions as to how to work arund it?


/Jocke

-- Joakim Jardenberg
email@hidden - mer kontakt : http://www.infinit.se/.sig

"Those who say that it cannot be done
should get out of the way of those who are doing it!"
_______________________________________________
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.

  • Follow-Ups:
    • Re: FMP 5.5, Applescript, MacosX
      • From: christian vick <email@hidden>
References: 
 >Re: Newbie: Automating Apple System Profiler (From: Michael Terry <email@hidden>)

  • Prev by Date: Re: Another shell script query
  • Next by Date: OS 10.1.5
  • Previous by thread: Re: Newbie: Automating Apple System Profiler
  • Next by thread: Re: FMP 5.5, Applescript, MacosX
  • Index(es):
    • Date
    • Thread