Re: FileMaker 9 finds
Re: FileMaker 9 finds
- Subject: Re: FileMaker 9 finds
- From: Joe <email@hidden>
- Date: Mon, 10 Nov 2008 10:46:07 -0800
At 8:17 AM -0500 11/10/08, Bill White wrote:
>I'm having a terrible time porting many mission-critical scripts from FMP 6 to FMP 9 and I'm sure much of it has to do with the trouble I'm also having wrapping my head around the new table/database structures.
>
>For example, a simple find that worked in FMP 6...
>
>tell application "FileMaker Pro"
>
>
>
> show (first record of database "Clients" whose cell "Client number" is "12345")
>
>
>
>end tell
This will work for me.
tell application "FileMaker Pro"
show (first record of table "BBEditLists" of database "MailingLists.fp7" whose cell "Serial No." is "561")
end tell
Where "Serial No." is a text cell.
Joe
_______________________________________________
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