Re: Rolling through FileMaker...
Re: Rolling through FileMaker...
- Subject: Re: Rolling through FileMaker...
- From: g3pb <email@hidden>
- Date: Sun, 21 Jan 2001 09:01:14 -0900
-- try somehthing like the following:
tell application "FileMaker Pro"
set thisDescription to get data cell ,
"tryB::description" of record 1 of database "tryA"
end tell
-- where tryA is the database with a link into database tryB
-- hcir
mailto:email@hidden
>
2. The cell 'Description' actually resides in another linked database (FM 3
>
Pro)... unfortunately, I did not create the database (and it's extremely
>
hackneyed), so i'm a bit nervous to dig around in it... but when I view as
>
layout it shows up as '::Description.' How do I go about sucking this info
>
out of FM via AppleScript?