• 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: Simon Forster <email@hidden>
  • Date: Mon, 4 Oct 2004 10:41:39 +0100


On 3 Oct 2004, at 14:09, Bernardo Hoehl / Gessos Rutenium wrote:

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"?


tell application "FileMaker Pro"
repeat count of window times
set visible of window 1 to false
end
end

In FileMaker, the frontmost window is always window 1.

HTH

Simon Forster
_____________________________________________________
 LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
 Tel: +44 (0)70 9230 5244   Fax: +44 (0)70 9230 5247
_____________________________________________________

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

  • Prev by Date: Re: Screen saver deactivation
  • Next by Date: Re: 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