• 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: Getting Data out of Filemaker Pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting Data out of Filemaker Pro


  • Subject: Re: Getting Data out of Filemaker Pro
  • From: Bill Briggs <email@hidden>
  • Date: Sun, 3 Oct 2004 17:03:13 -0300

Title: Re: Getting Data out of Filemaker Pro
At 10:09 AM -0300 10/3/04, Bernardo Hoehl / Gessos Rutenium wrote:
Thanks Bruce and David for replying...

I am now trying to hide all of the Filemaker Pro windows, and have come up with this code:

tell application "FileMaker Pro"
       
        set WindowNumber to 1
        repeat with i from 1 to the count of windows
                set visible of window WindowNumber to false
                set WindowNumber to WindowNumber + 1
                display dialog "I have hidden window " & WindowNumber --Just testing...
        end repeat
       
end tell

But this code fails to hide the last window. Why?

There has to be one last window visible?

Isn't there a "every window" option or still "all windows"?

 Looping not necessary. This works fine.

tell application "FileMaker Developer"
        set visible of every window to false
end tell

FileMaker Developer v7, Mac OS X 10.3.5

- web
 _______________________________________________
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

  • Follow-Ups:
    • Re: Getting Data out of Filemaker Pro
      • From: Bernardo Hoehl <email@hidden>
    • Re: Getting Data out of Filemaker Pro
      • From: Bill Briggs <email@hidden>
References: 
 >Getting Data out of Filemaker Pro (From: Bernardo Hoehl / Gessos Rutenium <email@hidden>)
 >Re: Getting Data out of Filemaker Pro (From: David Durkee <email@hidden>)
 >Re: Getting Data out of Filemaker Pro (From: Bernardo Hoehl / Gessos Rutenium <email@hidden>)

  • Prev by Date: Re: Getting Data out of Filemaker Pro
  • Next by Date: Spellcheck a list
  • Previous by thread: Re: Getting Data out of Filemaker Pro
  • Next by thread: Re: Getting Data out of Filemaker Pro
  • Index(es):
    • Date
    • Thread