Re: FileMaker Pro Hierarchy
Re: FileMaker Pro Hierarchy
- Subject: Re: FileMaker Pro Hierarchy
- From: Yvan KOENIG <email@hidden>
- Date: Tue, 18 May 2010 18:15:00 +0200
I don't have FileMaker Pro but my guess is that a valid equivalent of : tell application "FileMaker Pro Advanced" show every record of database "NameOfDataBase.fp7" --Works end tell
would be
tell application "FileMaker Pro Advanced" tell database "NameOfDataBase.fp7" show every record --errors here end tell end tell
Yvan KOENIG (VALLAURIS, France) mardi 18 mai 2010 18:14:17
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden