FMP 5.5, Applescript, MacosX
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.