December 7, 200421 yr So I've been playing around a little with the filemaker 7 dictionary. I can't seem to get a reference to a table. Layouts, records, etc work fine. But when I try to "set c to count of every table" or refer to tables at all it's as if it doesn't recognize it; keeps telling me it's an unknown constant or an unset variable or something. I have a basic grasp of applescript, but I'm no expert by a long short so maybe I'm missing something. Here's the exact code I'm trying: tell application "FileMaker Developer" set c to count of every table -- also tried: set c to count of every table of database "test.fp7" display dialog c as text end tell Thanks.
Create an account or sign in to comment