Re: Getting Data out of Filemaker Pro
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