• 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: Bernardo Hoehl <email@hidden>
  • Date: Mon, 4 Oct 2004 11:57:56 -0300

Thanks to you all who answered my post.

You have all been very helpfull.

Bernardo

=========================


On 3 Oct, 2004, at 5:03 PM, Bill Briggs wrote:

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"
       
        WindowNumber to 1
        repeat with i from 1 to the count of windows
                visible of window WindowNumber to false
                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
 _______________________________________________
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: 
 >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>)
 >Re: Getting Data out of Filemaker Pro (From: Bill Briggs <email@hidden>)

  • Prev by Date: Re: GUI programming
  • Next by Date: Re: Variable Ponderance
  • Previous by thread: Re: Getting Data out of Filemaker Pro
  • Next by thread: Re: Getting Data out of Filemaker Pro
  • Index(es):
    • Date
    • Thread