Re: FileMaker 7 Whose Broken?
Re: FileMaker 7 Whose Broken?
- Subject: Re: FileMaker 7 Whose Broken?
- From: Jason Bourque <email@hidden>
- Date: Tue, 14 Sep 2004 20:27:42 -0400
Alright, thanks for the help, but both responses didn't work. I tried
showing the records and targeting the application with an explicit path even
both together.
So if all else fails use the dictionary.
cellValue string -- The cell value
Then this works!!!! Any idea why this is required in FileMaker 7 and not
six?
tell application "FileMaker Developer"
tell document "Assistant.fp7"
tell table "Due Dates"
set vCurrentDueDateID to cell "Due Date ID G" of first record
set vFoundRecord to (first record whose cell "Due Date ID"'s
cellValue is vCurrentDueDateID)
end tell
end tell
end tell
On 9/11/04 9:50 PM, "Jason Bourque" <email@hidden> wrote:
> Hello,
>
> I am trying to find one record whose contents is "1" but it doesn't work.
> Any Ideas?
>
>
>
> tell application "FileMaker Developer"
> tell database "Assistant.fp7"
>
> tell table "Due Dates"
> set vCurrentDueDateID to cell "Due Date ID G"
> end tell
>
>
> tell table "Due Dates"
> every record whose cell "Due Date ID" is vCurrentDueDateID
> end tell
>
> end tell
> end tell
>
>
>
> Thanks,
>
> Jason Bourque
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Applescript-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden