RE: Scripting FMP7
RE: Scripting FMP7
- Subject: RE: Scripting FMP7
- From: Dennis Cox <email@hidden>
- Date: Tue, 4 May 2004 14:51:50 -0500
FileMaker uses tables now. Cells, fields and records are elements of tables,
not databases.
Perhaps:
tell database "BDEInteface.fp7"
tell table "table number"
set cell etc...
Take a look at the dictionary and the Applescript FileMaker Reference at
<
http://www.fmpromigrator.com/downloads/demo_software/index.html>
Dennis
>
----------
>
From: Michael Grant
>
Sent: Tuesday, May 4, 2004 12:23 PM
>
To: AppleScript-Users list
>
Subject: Scripting FMP7
>
>
Is anyone out there successfully scripting FileMaker 7 yet? The script
>
below fails with error -10000 when run as a FileMaker script step:
>
>
tell database "BDEInterface.fp7"
>
set cell "status" of (current record) to "testing"
>
end tell
>
>
Any idea what I'm doing wrong? (Adding "of current table" crashes the
>
whole app. :-( )
>
>
Thanks,
>
Michael
>
>
--
>
We have people from every planet on the earth in this state.
>
- Gray Davis, former governor of California
>
_______________________________________________
>
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.
_______________________________________________
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.