• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: FileMaker 7 Whose Broken?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >FileMaker 7 Whose Broken? (From: Jason Bourque <email@hidden>)

  • Prev by Date: Re: world's largest AppleScript dictionary (was Re: Digital Sigs)
  • Next by Date: Re: String to list conversion
  • Previous by thread: FileMaker 7 Whose Broken?
  • Next by thread: Chevrons test
  • Index(es):
    • Date
    • Thread